Skip to content

Commit

Permalink
chore(ci): 🔧 remove sort for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Dec 7, 2024
1 parent 130bd62 commit 146a29f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ builds:
# don't upx windows binaries as they make trouble with virus scanners
- bash -c 'if [[ "{{ .Path }}" != *.exe ]] && [[ "{{ .Path }}" != *darwin* ]]; then upx {{ .Path }}; fi'
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
name_template: '{{ .ProjectName }}_checksums.txt'
snapshot:
version_template: "{{ .Tag }}-{{ .ShortCommit }}-next"
version_template: '{{ .Tag }}-{{ .ShortCommit }}-next'
archives:
- format: tar.gz
# use zip for windows archives
Expand All @@ -44,12 +44,10 @@ archives:
format: zip

changelog:
sort: asc
filters:
exclude:
- "^test:"
- "^docs:"
- '^test:'
- '^docs:'
release:
prerelease: auto
discussion_category_name: Release

0 comments on commit 146a29f

Please sign in to comment.