Skip to content

Commit

Permalink
ci: add release template
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Sep 23, 2024
1 parent e10b26a commit f5250bc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .github/release.yml

changelog:
exclude:
labels:
- cicd
- scripts
- test
categories:
- title: Breaking Changes 🛠
labels:
- Major
- breaking-change
- title: New Features 🎉
labels:
- Minor
- enhancement
- Feature
- title: Bug Fixes 🐛
labels:
- Patch
- bug
- title: Other Changes 📝
labels:
- "*"

0 comments on commit f5250bc

Please sign in to comment.