chore(goreleaser): fix autochangelog

. don't sort entries
. filter selected semantic commit messages

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2020-12-18 16:15:26 +01:00
parent 8fe5372ab4
commit 5ffbd83672
+1 -2
View File
@@ -34,10 +34,9 @@ checksum:
snapshot: snapshot:
name_template: "{{ .Tag }}-next" name_template: "{{ .Tag }}-next"
changelog: changelog:
sort: asc
filters: filters:
exclude: exclude:
- ^(chore|docs?|fix|feat|typo|refactor)(\([^)]+\))?: - '^(chore|docs?|feat|fix|refactor|test|typo|wip)(\([^)]+\))?:'
dockers: dockers:
- goos: linux - goos: linux