Skip to content

Commit

Permalink
feat: add release.yml for auto-generating release notes (#2606)
Browse files Browse the repository at this point in the history
* feat: add release.yml for auto-generating release notes

Signed-off-by: Logan Nguyen <[email protected]>

* fix: removed invalid labels

Signed-off-by: Logan Nguyen <[email protected]>

---------

Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node authored Jun 17, 2024
1 parent d6ce1ce commit 8a9f353
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
changelog:
exclude:
labels: ['wontfix', 'question', 'duplicate', 'invalid']
categories:
- title: 'Enhancements'
labels: ['enhancement']
- title: 'Bug Fixes'
labels: ['bug']
- title: 'Documentation'
labels: ['documentation']
- title: 'Dependency Upgrades'
labels: ['dependencies']

0 comments on commit 8a9f353

Please sign in to comment.