Skip to content

Commit

Permalink
Use previous minor version as start for release notes
Browse files Browse the repository at this point in the history
This ensures that the release notes are not generated in comparison to another, newer tag (like v3).
  • Loading branch information
kieferro committed Sep 10, 2023
1 parent 41324d8 commit dd118b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
minor=$((minor + 1))
new_tag="${major}.${minor}"
gh release create ${new_tag} --generate-notes
gh release create ${new_tag} --generate-notes --notes-start-tag ${current}

0 comments on commit dd118b6

Please sign in to comment.