Skip to content

Update release-drafter/release-drafter action to v7#3939

Merged
MarkEWaite merged 3 commits intomasterfrom
renovate/release-drafter-release-drafter-7.x
Mar 20, 2026
Merged

Update release-drafter/release-drafter action to v7#3939
MarkEWaite merged 3 commits intomasterfrom
renovate/release-drafter-release-drafter-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Type Update Change
release-drafter/release-drafter action major v6v7

Release Notes

release-drafter/release-drafter (release-drafter/release-drafter)

v7

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 20, 2026 15:05
@renovate renovate bot added the dependencies Dependency related change label Mar 20, 2026
@github-actions github-actions bot added the skip-changelog Exclude from the changelog label Mar 20, 2026
Release drafter v7 no longer accepts .github as a valid extension.

https://github.com/release-drafter/release-drafter/blob/master/docs/configuration-loading.md
provides an example that uses this syntax for config-name and says that
the _extends syntax accepts the same form.
…N` (#25)

The release-drafter/release-drafter#1475 breaking
changes section for release drafter 7.0.0 says:

  If you were using a specific access token using env.GITHUB_TOKEN:
  $MY_CUSTOM_TOKEN, migrate to the new token: input

  jobs:
    steps:
      # Before
      - uses: release-drafter/release-drafter@v6
	env:
	  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

      # After
      - uses: release-drafter/release-drafter@v7
	with:
	  token: ${{ secrets.GITHUB_TOKEN }}

Match the new configuration of the git client plugin.
@renovate
Copy link
Contributor Author

renovate bot commented Mar 20, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@MarkEWaite MarkEWaite enabled auto-merge (squash) March 20, 2026 15:48
@MarkEWaite MarkEWaite merged commit 95bb1ac into master Mar 20, 2026
18 checks passed
@MarkEWaite MarkEWaite deleted the renovate/release-drafter-release-drafter-7.x branch March 20, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency related change skip-changelog Exclude from the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant