ci(release): add release name

This commit is contained in:
Simon Cornet 2025-04-04 11:41:34 +02:00
commit 5ad5882dd8
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,10 @@
--- ---
version: 2 version: 2
# release information
release:
name_template: "GoLogger - {{ .Version }}"
# changelog # changelog
changelog: changelog:
use: "git" use: "git"

View file

@ -1,6 +1,10 @@
--- ---
version: 2 version: 2
# release information
release:
name_template: "GoLogger - {{ .Version }}"
# changelog # changelog
changelog: changelog:
use: "git" use: "git"