Skip to content

Commit

Permalink
Merge pull request #35 from leojonathanoh/enhancement/ci-add-change-l…
Browse files Browse the repository at this point in the history
…abel-to-release-drafter.yml

Enhancement (ci): Add `change` label to `release-drafter.yml`
  • Loading branch information
leojonathanoh authored Jun 17, 2024
2 parents 0e1de4b + 904fff6 commit 0fae2d7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- title: '✨ Enhancements'
labels:
- 'enhancement'
- title: '🎚 Change'
labels:
- 'change'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🖊️ Refactors'
labels:
Expand All @@ -26,19 +30,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 0fae2d7

Please sign in to comment.