Skip to content

Commit

Permalink
update GHA for release notes automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfding committed Sep 15, 2024
1 parent d7711ef commit 53b03f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
authors:
- jfding
categories:
- title: Breaking Changes 🛠
labels:
- Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- enhancement
- title: Other Changes
labels:
- "*"
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ jobs:
files: |
todor*.zip
make_latest: true
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 53b03f5

Please sign in to comment.