chore: update release drafter

This commit is contained in:
xvzc 2024-08-28 05:45:17 +09:00
parent bf5fca1341
commit cc97550f80
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
name-template: '$RESOLVED_VERSION'
change-template: '* $TITLE (#$NUMBER) by @$AUTHOR'
change-title-escapes: '\<*_&#@`'
exclude-labels:

View File

@ -25,9 +25,9 @@ jobs:
- uses: release-drafter/release-drafter@v6
id: release
with:
name: ${{ steps.read_version.outputs.version }}
version: ${{ steps.read_version.outputs.version }}
tag: ${{ steps.read_version.outputs.version }}
name: v${{ steps.read_version.outputs.version }}
tag: v${{ steps.read_version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}