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