1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: Fix misplaced 'sort' for release

This commit is contained in:
Jaskaranbir 2018-09-11 12:34:59 -04:00 committed by Carlos Alexandro Becker
parent 145ca3ec58
commit 932d2a663e

View File

@ -48,6 +48,9 @@ You can customize how the changelog is generated using the
```yaml
# .goreleaser.yml
changelog:
# could either be asc, desc or empty
# Default is empty
sort: asc
filters:
# commit messages matching the regexp listed here will be removed from
# the changelog
@ -56,9 +59,6 @@ changelog:
- '^docs:'
- typo
- (?i)foo
# could either be asc, desc or empty
# Default is empty
sort: asc
```
## Custom release notes