Skip to content

Commit

Permalink
AAE-11895 Add Github release.yml changelog template (Activiti#4187)
Browse files Browse the repository at this point in the history
* AAE-11895 Add Github release.yml changelog template

* fix: mixed line endings
  • Loading branch information
igdianov authored Dec 28, 2022
1 parent 41b6075 commit 107acb9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# .github/release.yml
changelog:
exclude:
labels:
- updatebot
categories:
- title: ✨ New Features
labels:
- enhancement
- title: 🐛 Bug Fixes
labels:
- bug
- title: 📚 Documentation
labels:
- documentation
- title: ⬆️ Dependencies
labels:
- dependencies
- title: 💥 Breaking Changes
labels:
- breaking-change
- title: 🔨 Other Changes
labels:
- "*"

0 comments on commit 107acb9

Please sign in to comment.