mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
Adjusted .goreleaser.yaml
This commit is contained in:
parent
3fabca859f
commit
337ac6925d
@ -1,7 +1,20 @@
|
|||||||
# .goreleaser.yaml
|
# .goreleaser.yaml
|
||||||
changelog:
|
changelog:
|
||||||
skip: false
|
sort: asc
|
||||||
use: github
|
use: github
|
||||||
|
filters:
|
||||||
|
exclude:
|
||||||
|
- '^test:'
|
||||||
|
- '^chore'
|
||||||
|
- 'merge conflict'
|
||||||
|
- Merge pull request
|
||||||
|
- Merge remote-tracking branch
|
||||||
|
- Merge branch
|
||||||
|
- go mod tidy
|
||||||
|
|
||||||
|
release:
|
||||||
|
footer: |
|
||||||
|
**Full Changelog**: https://github.com/mrusme/neonmodem/compare/{{ .PreviousTag }}...{{ .Tag }}
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user