Skip to content

Commit

Permalink
Merge pull request #152 from EwoutH/patch-14
Browse files Browse the repository at this point in the history
Create release.yml file for automatic release notes generation
  • Loading branch information
quaquel authored Aug 31, 2022
2 parents 89746a2 + 8f14427 commit b02b2a2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking changes ⚠️
labels:
- breaking
- title: New features added 🎉
labels:
- feature
- title: Enhancements made 🛠
labels:
- enhancement
- title: Bugs fixed 🐛
labels:
- bug
- title: Documentation improvements 📜
labels:
- docs
- title: Maintenance 🔧
labels:
- ci
- testing
- dependency
- maintenance
- packaging
- title: Other changes
labels:
- "*"

0 comments on commit b02b2a2

Please sign in to comment.