Skip to content

Commit 7e742a2

Browse files
⬆️👨‍💻 Update release-drafter/release-drafter action to v6.3.0 (#347)
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.2.0` → `v6.3.0` | --- ### Release Notes <details> <summary>release-drafter/release-drafter (release-drafter/release-drafter)</summary> ### [`v6.3.0`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v6.2.0...v6.3.0) ### What's Changed #### New - feat: deprecate include-pre-releases in favor of prerelease ([#&#8203;1515](https://redirect.github.com/release-drafter/release-drafter/issues/1515)) [@&#8203;christopherklint97](https://redirect.github.com/christopherklint97) #### Maintenance - chore: use probot logger instead of [@&#8203;actions/core](https://redirect.github.com/actions/core) ([#&#8203;1520](https://redirect.github.com/release-drafter/release-drafter/issues/1520)) [@&#8203;cchanche](https://redirect.github.com/cchanche) #### Dependency Updates <details> <summary>8 changes</summary> - chore: update lockfile ([#&#8203;1521](https://redirect.github.com/release-drafter/release-drafter/issues/1521)) [@&#8203;cchanche](https://redirect.github.com/cchanche) - build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 ([#&#8203;1494](https://redirect.github.com/release-drafter/release-drafter/issues/1494)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - build(deps): bump js-yaml ([#&#8203;1493](https://redirect.github.com/release-drafter/release-drafter/issues/1493)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - build(deps-dev): bump node-fetch from 2.6.7 to 2.7.0 ([#&#8203;1485](https://redirect.github.com/release-drafter/release-drafter/issues/1485)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - build(deps-dev): bump [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.34.0 to 0.38.4 ([#&#8203;1484](https://redirect.github.com/release-drafter/release-drafter/issues/1484)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - build(deps): bump deepmerge from 4.2.2 to 4.3.1 ([#&#8203;1482](https://redirect.github.com/release-drafter/release-drafter/issues/1482)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - build(deps): bump jws from 3.2.2 to 3.2.3 ([#&#8203;1495](https://redirect.github.com/release-drafter/release-drafter/issues/1495)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - build(deps): bump lodash from 4.17.21 to 4.17.23 ([#&#8203;1489](https://redirect.github.com/release-drafter/release-drafter/issues/1489)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </details> **Full Changelog**: <release-drafter/release-drafter@v6.2.0...v6.3.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-Software-Stack/QDMI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> 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 919315c commit 7e742a2

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

0 commit comments

Comments
 (0)