mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
update release
This commit is contained in:
parent
b025b7e1b8
commit
197ca5865b
4
.github/release-drafter.yml
vendored
4
.github/release-drafter.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
name-template: '$RESOLVED_VERSION'
|
||||
tag-template: '$RESOLVED_VERSION'
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels:
|
||||
|
|
1
.github/workflows/pre-release.yaml
vendored
1
.github/workflows/pre-release.yaml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
with:
|
||||
config-name: release-drafter.yml
|
||||
version: ${{ env.version }}
|
||||
version-template: '$YEAR.$MONTH.$DAY'
|
||||
|
||||
- name: Prepare Release Body
|
||||
id: prepare_body
|
||||
|
|
Loading…
Reference in New Issue
Block a user