Skip to content

Commit fce5284

Browse files
Update release-drafter/release-drafter action to v7.2.1 (#7763)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-drafter/release-drafter](https://redirect.github.com/release-drafter/release-drafter) | action | patch | `v7.2.0` → `v7.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Release Notes <details> <summary>release-drafter/release-drafter (release-drafter/release-drafter)</summary> ### [`v7.2.1`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v7.2.1) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v7.2.0...v7.2.1) ### What's Changed #### Bug Fixes - fix: initial-commits-since in config not overwritten by input ([#&#8203;1593](https://redirect.github.com/release-drafter/release-drafter/issues/1593)) [@&#8203;sroebert](https://redirect.github.com/sroebert) - fix: clarify prerelease-identifier behavior and precedence in configuration ([#&#8203;1594](https://redirect.github.com/release-drafter/release-drafter/issues/1594)) [@&#8203;neilime](https://redirect.github.com/neilime) #### Maintenance - chore: disable "No version input..." warning ([#&#8203;1595](https://redirect.github.com/release-drafter/release-drafter/issues/1595)) [@&#8203;cchanche](https://redirect.github.com/cchanche) **Full Changelog**: <release-drafter/release-drafter@v7.2.0...v7.2.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e5f433 commit fce5284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
timeout-minutes: 10
2929
steps:
30-
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
30+
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
3131
with:
3232
commitish: ${{ github.ref_name }}
3333
prerelease: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)