Skip to content

Commit

Permalink
Merge pull request #222 from AirHelp/update-configuration-for-goreleaser
Browse files Browse the repository at this point in the history
fix(config): goreleaser require configuration update
  • Loading branch information
tcharewicz authored Sep 4, 2024
2 parents e412bb3 + 40ad9d7 commit 2af73a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
Expand Down Expand Up @@ -37,7 +39,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 2af73a4

Please sign in to comment.