Skip to content

Commit a06b0ab

Browse files
⬆️👨‍💻 Update release-drafter/release-drafter action to v6.1.0 (#462)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). 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` -> `v6.1.0` | --- ### Release Notes <details> <summary>release-drafter/release-drafter (release-drafter/release-drafter)</summary> ### [`v6.1.0`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v6...v6.1.0) ### What's Changed #### New - Add config option for PR query limit ([#&#8203;1362](https://redirect.github.com/release-drafter/release-drafter/issues/1362)) [@&#8203;ssolbeck](https://redirect.github.com/ssolbeck) #### Bug Fixes - Fix: Correctly mention bot accounts in release notes ([#&#8203;1376](https://redirect.github.com/release-drafter/release-drafter/issues/1376)) [@&#8203;jamietanna](https://redirect.github.com/jamietanna) - Update only drafts with the same prerelease status ([#&#8203;1385](https://redirect.github.com/release-drafter/release-drafter/issues/1385)) [@&#8203;jaap3](https://redirect.github.com/jaap3) #### Documentation - docs: Fix Fork Link ([#&#8203;1412](https://redirect.github.com/release-drafter/release-drafter/issues/1412)) [@&#8203;Dor-bl](https://redirect.github.com/Dor-bl) - Ensure support new default branch name ([#&#8203;1079](https://redirect.github.com/release-drafter/release-drafter/issues/1079)) [@&#8203;Triloworld](https://redirect.github.com/Triloworld) - update schema generation and update schema to draft 07 ([#&#8203;1422](https://redirect.github.com/release-drafter/release-drafter/issues/1422)) [@&#8203;jetersen](https://redirect.github.com/jetersen) - fix typo: therelease ([#&#8203;1407](https://redirect.github.com/release-drafter/release-drafter/issues/1407)) [@&#8203;billykern](https://redirect.github.com/billykern) - Document added action outputs introduced in [#&#8203;1300](https://redirect.github.com/release-drafter/release-drafter/issues/1300) ([#&#8203;1406](https://redirect.github.com/release-drafter/release-drafter/issues/1406)) [@&#8203;SVNKoch](https://redirect.github.com/SVNKoch) - Update README.md ([#&#8203;1421](https://redirect.github.com/release-drafter/release-drafter/issues/1421)) [@&#8203;yusufraji](https://redirect.github.com/yusufraji) - fix: update broken link in readme ([#&#8203;1416](https://redirect.github.com/release-drafter/release-drafter/issues/1416)) [@&#8203;kopach](https://redirect.github.com/kopach) - Update v6 README.md ([#&#8203;1384](https://redirect.github.com/release-drafter/release-drafter/issues/1384)) [@&#8203;taku333](https://redirect.github.com/taku333) **Full Changelog**: <release-drafter/release-drafter@v6.0.0...v6.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/predictor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnaXRodWItYWN0aW9ucyJdfQ==--> 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 6d19c53 commit a06b0ab

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
@@ -17,6 +17,6 @@ jobs:
1717
pull-requests: write
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: release-drafter/release-drafter@v6
20+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)