Skip to content

Commit

Permalink
Fix releasing to work with Goreleaser
Browse files Browse the repository at this point in the history
We want a clean repo.
  • Loading branch information
carhartl committed Nov 26, 2024
1 parent 7b18ccc commit dc39a38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -eu

git stash --include-untracked # make way for Goreleaser
git tag "v$1" -m "Release v$1"
git push --tags
goreleaser release --clean
git stash pop --index

0 comments on commit dc39a38

Please sign in to comment.