Skip to content

Commit

Permalink
add release notes template
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenying Zhao committed May 4, 2023
1 parent 480da1d commit 986c7be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: 🛠 Breaking Changes
labels:
- breaking-change
- title: 🎉 Exciting New Features
labels:
- enhancement
- title: 👎 Deprecations
labels:
- deprecation
- title: 🐛 Bug Fixes
labels:
- bug
- title: Other Changes
labels:
- "*"

0 comments on commit 986c7be

Please sign in to comment.