Skip to content

Commit

Permalink
Merge pull request #45 from ucan-lab/fix-release-drafter
Browse files Browse the repository at this point in the history
fix release-drafter config file
  • Loading branch information
ucan-lab authored May 13, 2024
2 parents b66deaa + 586d2aa commit d55e80f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'enhancement'
- title: '🐞 Bug Fixes'
labels:
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'dependencies'
- title: '📝 Other Changes'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
default: patch
template: |
$CHANGES
footer: |
## Full Changelog
https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

0 comments on commit d55e80f

Please sign in to comment.