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