Skip to content

Commit e544fc5

Browse files
⬆️👨‍💻 Update release-drafter/release-drafter action to v6.2.0 (#342)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-drafter/release-drafter](https://redirect.github.com/release-drafter/release-drafter) | action | minor | `v6.1.0` → `v6.2.0` | --- ### Release Notes <details> <summary>release-drafter/release-drafter (release-drafter/release-drafter)</summary> ### [`v6.2.0`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v6.1.1...v6.2.0) ### What's Changed #### New - Add config option for history-limit ([#&#8203;1470](https://redirect.github.com/release-drafter/release-drafter/issues/1470)) [@&#8203;gjvoosten](https://redirect.github.com/gjvoosten) - Add 'commits-since' configuration option for release drafts ([#&#8203;1451](https://redirect.github.com/release-drafter/release-drafter/issues/1451)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### Maintenance - build: support OIDC for npmjs publishing ([#&#8203;1480](https://redirect.github.com/release-drafter/release-drafter/issues/1480)) [@&#8203;cchanche](https://redirect.github.com/cchanche) #### Documentation - Update README.md ([#&#8203;1434](https://redirect.github.com/release-drafter/release-drafter/issues/1434)) [@&#8203;kunaljubce](https://redirect.github.com/kunaljubce) **Full Changelog**: <release-drafter/release-drafter@v6.1.1...v6.2.0> ### [`v6.1.1`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v6.1.1) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v6.1.0...v6.1.1) ##### What's Changed ##### Bug Fixes - Honor Version Template ([#&#8203;1459](https://redirect.github.com/release-drafter/release-drafter/issues/1459)) [@&#8203;ChronosMasterOfAllTime](https://redirect.github.com/ChronosMasterOfAllTime) ##### Documentation - docs: Add missing action inputs to README ([#&#8203;1472](https://redirect.github.com/release-drafter/release-drafter/issues/1472)) [@&#8203;sasamuku](https://redirect.github.com/sasamuku) **Full Changelog**: <release-drafter/release-drafter@v6.1.0...v6.1.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/munich-quantum-toolkit/problemsolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b5e9b7 commit e544fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
21+
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
2222
env:
2323
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)