update release

This commit is contained in:
Chris Titus 2024-08-29 00:38:47 -05:00
parent b025b7e1b8
commit 197ca5865b
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name-template: 'v$RESOLVED_VERSION' name-template: '$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION' tag-template: '$RESOLVED_VERSION'
categories: categories:
- title: '🚀 Features' - title: '🚀 Features'
labels: labels:

View File

@ -33,6 +33,7 @@ jobs:
with: with:
config-name: release-drafter.yml config-name: release-drafter.yml
version: ${{ env.version }} version: ${{ env.version }}
version-template: '$YEAR.$MONTH.$DAY'
- name: Prepare Release Body - name: Prepare Release Body
id: prepare_body id: prepare_body