Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhacaz committed Feb 27, 2024
1 parent 5c8fcba commit 85fcddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version=$(<.version)

sed -i '' "s/Version: \".*\"/Version: \"$version\"/" cmd/root.go

git add cmd/root.go
git add .
git commit -m "Release $version"
git tag -a "$version" -m "Release $version"
git push origin "$version"
git push origin --tags

goreleaser release

0 comments on commit 85fcddf

Please sign in to comment.