Skip to content

Commit

Permalink
Upgrade release-drafter action to v6 for better draft release notes h…
Browse files Browse the repository at this point in the history
…andling in workflows
  • Loading branch information
guidomodarelli committed Nov 7, 2024
1 parent ea32ba2 commit e8ca385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draft-release-notes-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- name: Update draft release notes
uses: release-drafter/release-drafter@v5
# https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0
uses: release-drafter/release-drafter@v6
with:
config-name: draft-release-notes-config.yml
tag: (None)
Expand Down

0 comments on commit e8ca385

Please sign in to comment.