ci(release): add release name
This commit is contained in:
parent
adcd5319f8
commit
5ad5882dd8
2 changed files with 8 additions and 0 deletions
4
.github/.goreleaser.yaml
vendored
4
.github/.goreleaser.yaml
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
# release information
|
||||||
|
release:
|
||||||
|
name_template: "GoLogger - {{ .Version }}"
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelog:
|
changelog:
|
||||||
use: "git"
|
use: "git"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
# release information
|
||||||
|
release:
|
||||||
|
name_template: "GoLogger - {{ .Version }}"
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelog:
|
changelog:
|
||||||
use: "git"
|
use: "git"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue