Skip to content

Commit a52dad4

Browse files
⬆️🩹 Update release-drafter/release-drafter action to v6.4.0 (#285)
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.3.0` → `v6.4.0` | --- ### Release Notes <details> <summary>release-drafter/release-drafter (release-drafter/release-drafter)</summary> ### [`v6.4.0`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v6.3.0...v6.4.0) ### What's Changed #### New - feat: Add support to excluded-paths ([#&#8203;1522](https://redirect.github.com/release-drafter/release-drafter/issues/1522)) [@&#8203;guimorg](https://redirect.github.com/guimorg) - feat: add include-pre-releases to action inputs ([#&#8203;1525](https://redirect.github.com/release-drafter/release-drafter/issues/1525)) [@&#8203;cchanche](https://redirect.github.com/cchanche) #### Maintenance - revert: deprecate include-pre-releases ([#&#8203;1523](https://redirect.github.com/release-drafter/release-drafter/issues/1523)) [@&#8203;cchanche](https://redirect.github.com/cchanche) **Full Changelog**: <release-drafter/release-drafter@v6.3.0...v6.4.0> </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/qudits). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> 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 122d754 commit a52dad4

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-slim
2020
steps:
21-
- uses: release-drafter/release-drafter@00ce30b0ce8a4d67bccfca59421cdf6c55dd0784 # v6.3.0
21+
- uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6.4.0
2222
env:
2323
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)