Skip to content

Commit

Permalink
Merge pull request #622 from radiofrance/migrate-goreleaser-cfg
Browse files Browse the repository at this point in the history
feat(release): migrate goreleaser config to v2
  • Loading branch information
antoinegelloz authored Oct 29, 2024
2 parents 7f25170 + 0c345dc commit 528b859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -24,7 +25,7 @@ builds:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-dev"
version_template: "{{ incpatch .Version }}-dev"
release:
mode: replace
changelog:
Expand Down

0 comments on commit 528b859

Please sign in to comment.