Skip to content

Commit

Permalink
Merge pull request #1818 from jnyrup/releaseNotes
Browse files Browse the repository at this point in the history
Add release notes template
  • Loading branch information
jnyrup committed Feb 19, 2022
2 parents 391519b + 02737f2 commit ded03a3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,29 @@
changelog:
exclude:
labels:
- changelog-ignore
authors: [ ]
categories:
- title: Breaking Changes
labels:
- "breaking change"
- title: New features
labels:
- "feature"
- title: Improvements
labels:
- "enhancement"
- "performance"
- title: Fixes
labels:
- "bug"
- "regression"
- title: Fixes (extensibility)
labels:
- "extensibility"
- title: Documentation
labels:
- "documentation"
- title: Others
labels:
- "*"

0 comments on commit ded03a3

Please sign in to comment.