Skip to content

Commit

Permalink
Merge pull request #30 from Okabe-Junya/junya/fix/releaser
Browse files Browse the repository at this point in the history
fix: release drafter
  • Loading branch information
Okabe-Junya authored Oct 2, 2023
2 parents b1e9c36 + 7261e52 commit 91964b7
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
Expand Down Expand Up @@ -32,6 +32,9 @@ categories:
labels:
- 'docs'
- 'documentation'
- title: 'Other'
labels:
- '*'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand All @@ -45,7 +48,15 @@ version-resolver:
labels:
- 'release: patch'
template: |
## Changes
## What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
exclude-contributors:
- 'renovate'
- 'renovate[bot]'
- 'dependabot'
- 'dependabot[bot]'
exclude-labels:
- 'release: none'

0 comments on commit 91964b7

Please sign in to comment.