Skip to content

Commit

Permalink
Improving auto-generated release-notes (#196)
Browse files Browse the repository at this point in the history
Adding an initial .github/release.yml file.
  • Loading branch information
edulix authored Feb 18, 2022
1 parent 9ea953a commit 5fe92bf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: 💥 Breaking Changes
labels:
- breaking-change
- title: 🚀 New Features
labels:
- enhancement
- title: 🛠 Bug Fixes
labels:
- bug
- title: 🛡 Security Updates
labels:
- dependencies
- security-update
- title: 📖 Documentation improvements
labels:
- doc
- title: Other Changes
labels:
- "*"

0 comments on commit 5fe92bf

Please sign in to comment.