mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Hopefully final tweak to changelog generation (#3437)
This commit is contained in:
@@ -401,7 +401,7 @@ release:
|
|||||||
header: |
|
header: |
|
||||||
Here's version {{ .Version }} of GoToSocial.
|
Here's version {{ .Version }} of GoToSocial.
|
||||||
|
|
||||||
Please read the [migration notes](#migration-notes) carefully for instructions on how to upgrade to this version.
|
Please read the migration notes carefully for instructions on how to upgrade to this version.
|
||||||
|
|
||||||
## Release highlights
|
## Release highlights
|
||||||
|
|
||||||
@@ -502,20 +502,18 @@ release:
|
|||||||
# https://goreleaser.com/customization/changelog/
|
# https://goreleaser.com/customization/changelog/
|
||||||
changelog:
|
changelog:
|
||||||
use: github
|
use: github
|
||||||
abbrev: 9
|
|
||||||
format: "{{ .Message }}, by {{ with .AuthorUsername }}@{{ . }}{{ else }}{{ .AuthorName }} <{{ .AuthorEmail }}>{{ end }} ({{ .SHA }})"
|
|
||||||
groups:
|
groups:
|
||||||
- title: Features and performance
|
- title: Features and performance
|
||||||
regexp: '^\[(?:feature|performance).*\].*$'
|
regexp: '^.*\[(?:feature|performance).*\].*$'
|
||||||
order: 0
|
order: 0
|
||||||
- title: Bug fixes
|
- title: Bug fixes
|
||||||
regexp: '^\[bug.*\].*$'
|
regexp: '^.*\[bug.*\].*$'
|
||||||
order: 1
|
order: 1
|
||||||
- title: Chores & version bumps
|
- title: Chores & version bumps
|
||||||
regexp: '^\[chore.*\].*$'
|
regexp: '^.*\[chore.*\].*$'
|
||||||
order: 2
|
order: 2
|
||||||
- title: Documentation
|
- title: Documentation
|
||||||
regexp: '^\[doc.*\].*$'
|
regexp: '^.*\[doc.*\].*$'
|
||||||
order: 3
|
order: 3
|
||||||
- title: Other
|
- title: Other
|
||||||
order: 999
|
order: 999
|
||||||
|
Reference in New Issue
Block a user