Skip to content

Commit

Permalink
fix(action): yaml invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghuo2 committed Aug 5, 2024
1 parent 29f8275 commit 122cb6f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,25 @@
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
version-template: $MAJOR.$MINOR.$PATCH
# Emoji reference: https://gitmoji.carloscuesta.me/
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'πŸš€ Features'
labels:
- 'feature'
- 'Feature'
- 'feat'
- 'enhancement'
- 'kind/feature'
- title: 'πŸ› Bug Fixes'
labels:
- 'fix'
- 'Fix'
- 'bugfix'
- 'bug'
- 'regression'
- 'kind/bug'
- title: πŸ“ Documentation updates
labels:
- documentation
- 'docs'
- 'kind/doc'
- title: πŸ‘» Maintenance
- title: '🧰 Maintenance'
labels:
- chore
- dependencies
- 'kind/chore'
- 'kind/dep'
- title: πŸ“ Documentation updates
labels:
- documentation
- 'kind/doc'
- title: 🚦 Tests
labels:
- test
Expand All @@ -39,10 +29,20 @@ exclude-labels:
- no-changelog
- skip-changelog
- invalid
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
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:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## What’s Changed
$CHANGES
Terms
Privacy
Security
## Changes
$CHANGES

0 comments on commit 122cb6f

Please sign in to comment.