mirror of
https://github.com/AmanTahiliani/todo.git
synced 2026-08-07 11:54:14 -04:00
Update goreleaser
This commit is contained in:
@@ -26,6 +26,20 @@ builds:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
algorithm: sha256
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- "^docs:"
|
||||
- 'README'
|
||||
- Merge pull request
|
||||
- Merge branch
|
||||
|
||||
archives:
|
||||
- formats: [tar.gz]
|
||||
# this name template makes the OS and Arch compatible with the results of `uname`.
|
||||
@@ -41,12 +55,6 @@ archives:
|
||||
- goos: windows
|
||||
formats: [zip]
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- "^docs:"
|
||||
- "^test:"
|
||||
brews:
|
||||
-
|
||||
name: todo
|
||||
@@ -60,9 +68,12 @@ brews:
|
||||
name: AmanTahiliani
|
||||
email: amantahiliani7437@gmail.com
|
||||
|
||||
snapshot:
|
||||
name_template: '{{ .Tag }}-next'
|
||||
|
||||
|
||||
release:
|
||||
footer: >-
|
||||
prerelease: auto
|
||||
|
||||
---
|
||||
|
||||
Released by [GoReleaser](https://github.com/goreleaser/goreleaser).
|
||||
universal_binaries:
|
||||
- replace: true
|
||||
Reference in New Issue
Block a user