mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +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'
|
name-template: '$RESOLVED_VERSION'
|
||||||
tag-template: 'v$RESOLVED_VERSION'
|
tag-template: '$RESOLVED_VERSION'
|
||||||
categories:
|
categories:
|
||||||
- title: '🚀 Features'
|
- title: '🚀 Features'
|
||||||
labels:
|
labels:
|
||||||
|
|
1
.github/workflows/pre-release.yaml
vendored
1
.github/workflows/pre-release.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user