Skip to content

Commit

Permalink
Enhancement (ci): Add change label to release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Mar 4, 2023
1 parent 3a6df8b commit b3de2f5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'πŸš€ Features'
labels:
- 'feature'
- 'enhancement'
- 'change'
- title: 'πŸ› Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: 'πŸ–ŠοΈ Refactors'
labels:
Expand All @@ -26,19 +26,16 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
# - 'major'
- 'breaking'
minor:
labels:
# - 'minor'
- 'feature'
- 'enhancement'
- 'change'
- 'refactor'
patch:
labels:
# - 'patch'
- 'fix'
- 'bugfix'
- 'bug'
- 'style'
- 'docs'
Expand Down

0 comments on commit b3de2f5

Please sign in to comment.