Skip to content

Commit

Permalink
chore: migrate goreleaser to newest configuration (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin authored Dec 16, 2024
1 parent 0105621 commit 1652ccb
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,4 +1,6 @@
---
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2
archives:
- id: archive
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
Expand Down Expand Up @@ -117,4 +119,4 @@ release:
disable: false
prerelease: auto
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"
version_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit 1652ccb

Please sign in to comment.