Skip to content

Commit

Permalink
Added mapping of labels to release categories
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Oct 23, 2021
1 parent c5b6863 commit 2c26007
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
categories:
- title: Deprecations
labels:
- 'release:deprecation'
- title: Features
labels:
- 'release:feature'
- title: Fixes
labels:
- 'release:fix'
- title: Docs
labels:
- 'release:docs'
- title: Internal changes
labels:
- 'release:internal'
- title: Typos
labels:
- 'release:typo'

0 comments on commit 2c26007

Please sign in to comment.