Skip to content

Commit

Permalink
🎨 Update goreleaser to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Aug 4, 2024
1 parent aa898e1 commit 26188fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: parka

before:
Expand Down Expand Up @@ -72,4 +73,4 @@ publishers:

# modelines, feel free to remove those if you don't want/use them:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docs:
godoc -http=:6060

goreleaser:
goreleaser release --skip-sign --snapshot --rm-dist
goreleaser release --skip=sign --snapshot --clean

tag-major:
git tag $(shell svu major)
Expand Down

0 comments on commit 26188fe

Please sign in to comment.