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:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user