Skip to content

Commit

Permalink
update before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Feb 16, 2019
1 parent 9f0e4ba commit 62ee3a4
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,7 +6,7 @@ VERSION="$1"
[[ -z "$VERSION" ]] && echo "No version defined" && exit -1

bash ./update_docs.bash
git commit -m "updating documentation for release of v$VERSION"
git commit -m "updating documentation for release of v$VERSION" && git push

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

0 comments on commit 62ee3a4

Please sign in to comment.