Skip to content

Commit

Permalink
feat: implement github release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoungbang committed Jul 4, 2024
1 parent 6070f89 commit a4f58a4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: New Features 🎉
labels:
- feature
- enhancement
- title: Bug Fixes 🛠️
labels:
- bug
- fix
- issue resolved
- title: Enhancements ✨
labels:
- improvement
- optimization
- performance
- title: Breaking Changes 🔥
labels:
- breaking change
- major update
- title: Deprecations 🚧
labels:
- deprecation

0 comments on commit a4f58a4

Please sign in to comment.