Merged
Conversation
jopmiddelkamp
approved these changes
Mar 31, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the release-drafter GitHub Action from v5.2.0 to v7.1.1 and improves the release management configuration. The upgrade includes necessary configuration changes to accommodate the new version's template variable system and adds enhanced categorization for changelog organization.
Changes:
- Updates release-drafter action from toolmantim/release-drafter@v5.2.0 to release-drafter/release-drafter@v7.1.1
- Adds required
contents: writepermission for the new action version - Migrates template variables from
$NEXT_PATCH_VERSIONto$RESOLVED_VERSIONwith proper version-resolver configuration - Enhances changelog organization with Breaking Changes and Documentation categories
- Adds exclude-labels support for skip-changelog
- Adds Contributors section to release notes template
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release_mgmt.yml | Updates action version, adds permissions, removes obsolete comment |
| .github/release-drafter.yml | Migrates to $RESOLVED_VERSION, adds version-resolver config, enhances changelog categories and template |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-generated Summary 🤖
This bumps the version of release-drafter workflow action and improves some configurations.
Types of changes