Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 23, 2024
1 parent 636cf5c commit 62e777a
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ categories:
labels:
- 'feature'
- 'enhancement'
- title: 'Dependency'
- title: 'Dependencies'
collapse-after: 3
labels:
- 'dependency'
- 'dependencies'
- 'renovate'
- title: 'Fixes'
labels:
- 'fix'
Expand Down Expand Up @@ -142,27 +144,32 @@ categories:
labels:
- 'CI'
exclude-labels:
- 'dependencies'
- 'renovate'
- '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'
- 'patch'
default: patch
template: |
[Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/srz-zumix/wandbox-api/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
[Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
## Changes
Expand Down

0 comments on commit 62e777a

Please sign in to comment.