Skip to content

Commit

Permalink
feat: add changelog template for github
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTay committed Nov 18, 2024
1 parent b42316f commit 4527bf1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
changelog:
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enchancment
- feature
- title: Other Changes
labels:
- "*"

0 comments on commit 4527bf1

Please sign in to comment.