Skip to content

Commit

Permalink
Expand auto-releasers configuration (#240)
Browse files Browse the repository at this point in the history
* use labels

* fix auto labels
  • Loading branch information
osterman authored Aug 14, 2020
1 parent 902ff51 commit 145099c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ version-resolver:
minor:
labels:
- 'minor'
- 'enhancement'
patch:
labels:
- 'patch'
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
default: patch

categories:
- title: '🚀 Enhancements'
label: 'enhancement'
labels:
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
Expand Down
8 changes: 7 additions & 1 deletion templates/.github/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ version-resolver:
minor:
labels:
- 'minor'
- 'enhancement'
patch:
labels:
- 'patch'
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
default: patch

categories:
- title: '🚀 Enhancements'
label: 'enhancement'
labels:
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
Expand Down

0 comments on commit 145099c

Please sign in to comment.