Skip to content

Commit

Permalink
release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Jan 29, 2019
1 parent e7298ec commit 024a66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ VERSION="$1"
[[ -z "$VERSION" ]] && echo "No version defined" && exit -1

git tag "v$VERSION"
gorelease --rm-dist
goreleaser --rm-dist

0 comments on commit 024a66f

Please sign in to comment.