refactor: Update release config
This commit is contained in:
@@ -28,17 +28,23 @@ archives:
|
||||
formats: [zip]
|
||||
|
||||
changelog:
|
||||
use: git
|
||||
format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"
|
||||
use: gitea
|
||||
format: "{{ .SHA }}: {{ .Message }}{{ with .AuthorUsername }} (@{{ . }}){{ end }}"
|
||||
abbrev: -1
|
||||
sort: asc
|
||||
groups:
|
||||
- title: Features
|
||||
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
|
||||
order: 0
|
||||
- title: Fixes
|
||||
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
|
||||
order: 1
|
||||
- title: Refactoring
|
||||
regexp: '^.*?refactor(\([[:word:]]+\))??!?:.+$'
|
||||
order: 2
|
||||
- title: "Bug fixes"
|
||||
regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
|
||||
order: 1
|
||||
order: 3
|
||||
- title: Others
|
||||
order: 999
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user