Skip to content

Commit

Permalink
Update github auto-release notes template (#14762)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Jul 25, 2024
1 parent 9865295 commit 0e5fa90
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
# .github/release.yml

changelog:
exclude:
labels:
- maintenance
categories:
- title: Breaking Changes
- title: Breaking Changes ⚠️
labels:
- breaking
- title: Exciting New Features 🎉
- deprecation
- title: New Features 🎉
labels:
- feature
- title: Enhancements
labels:
- enhancement
- title: Fixes
- title: Bug Fixes 🐞
labels:
- fix
- title: Experimental
- bug
- title: Experimental 🔬
labels:
- experimental
- title: Deprecations
labels:
- deprecation
- title: Documentation
- title: Integrations & Dependencies 🤝
labels:
- docs
- title: Collections
- integrations
- upstream dependency
- title: Development & Tidiness 🧹
labels:
- collections
- development
- title: Uncategorized
labels:
- "*"

0 comments on commit 0e5fa90

Please sign in to comment.