Skip to content

Commit

Permalink
Merge pull request #1471 from cewert/update-changelog
Browse files Browse the repository at this point in the history
Condense changelog labels + add ignore changelog label
  • Loading branch information
1hitsong authored Nov 6, 2023
2 parents 35425ea + 75c857c commit 193fd43
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,25 @@ changelog:
- title: 🆕 New Features
labels:
- "new-feature"
- title: 🔨 Updated Features
labels:
- "updated-feature"
- title: ⚙️ New Settings
labels:
- "new-setting"
- title: 🔧 Updated Settings
labels:
- "updated-setting"
- title: 🐛 Bug Fixes
labels:
- "bug-fix"
- title: 🧹 Code Cleanup
labels:
- "code-cleanup"
- title: 💻 Dev Improvements
labels:
- "dev-improvement"
- title: 📝 Documentation
labels:
- "documentation"
- title: 🧹 Code Cleanup
labels:
- "code-cleanup"
- title: ⭐ Additional Updates
labels:
- "*"
exclude:
labels:
- dependencies
- ignore-changelog

0 comments on commit 193fd43

Please sign in to comment.