refactor: Change abbrev option for generate changelogs
This commit is contained in:
@@ -34,7 +34,7 @@ archives:
|
|||||||
changelog:
|
changelog:
|
||||||
use: gitea
|
use: gitea
|
||||||
format: "{{ .SHA }}: {{ .Message }}{{ with .AuthorUsername }} (@{{ . }}){{ end }}"
|
format: "{{ .SHA }}: {{ .Message }}{{ with .AuthorUsername }} (@{{ . }}){{ end }}"
|
||||||
abbrev: -1
|
abbrev: 0
|
||||||
sort: asc
|
sort: asc
|
||||||
groups:
|
groups:
|
||||||
- title: Features
|
- title: Features
|
||||||
|
|||||||
Reference in New Issue
Block a user