Skip to content

Commit

Permalink
Merge pull request #5 from srz-zumix/srz-zumix-patch-1
Browse files Browse the repository at this point in the history
Update release-drafter.yml
  • Loading branch information
srz-zumix committed Apr 19, 2024
2 parents 397447d + 4160d20 commit 693024d
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/release-drafter.yml
Expand Up @@ -8,42 +8,45 @@ categories:
labels:
- 'feature'
- 'enhancement'
- title: 'Dependency'
labels:
- 'dependency'
- 'dependencies'
- 'renovate'
- title: 'Fixes'
labels:
- 'fix'
- 'bug'
- 'security'
- title: 'Dependencies'
collapse-after: 3
labels:
- 'dependencies'
- 'renovate'
- title: 'Documentation'
labels:
- 'document'
- 'documents'
- 'documentation'
- title: 'Internal improvement'
labels:
- 'CI'
exclude-labels:
- 'invalid'
- 'internal-fix'
- 'misc'
- 'ci'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'BREAKING CHANGE'
- 'major'
minor:
labels:
- 'feature'
- 'enhancement'
- 'dependency'
- 'minor'
patch:
labels:
- 'improvement'
- 'fix'
- 'bug'
- 'security'
default: minor
- 'patch'
default: patch
template: |
[Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
Expand Down

0 comments on commit 693024d

Please sign in to comment.