Skip to content

Commit

Permalink
feat: Add release configuration with changelog categories and exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnyx committed Feb 2, 2025
1 parent 578d06f commit 5adc62d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- Ignore
categories:
- title: ✨ New Features
labels:
- Feature
- title: 🐛 Bug Fixes
labels:
- Bug
- title: 📦 Dependencies
labels:
- Dependencies
- title: 📝 Documentation Updates
labels:
- Documentation
- title: 🧰 Maintenance & Refactoring
labels:
- Refactoring
- title: 🏕 Other Changes
labels:
- "*"

0 comments on commit 5adc62d

Please sign in to comment.