refactor: Update release config

This commit is contained in:
2025-08-13 00:38:49 +03:00
parent 0a38777125
commit a3fb78a3d3
2 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
cmake-build-*/
*.iws
out/
web
.idea_modules/
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml

View File

@@ -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: