Skip to content

Commit

Permalink
Added scripts for release
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 15, 2021
1 parent 832fe86 commit 198b1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.0
v3.0
1 change: 1 addition & 0 deletions scripts/goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ compare_version() {
version=$(cat VERSION)
if ! git tag -l | grep "${version}"
then
git checkout master
echo "git tag ${version}"
git tag "${version}"
release
Expand Down

0 comments on commit 198b1e1

Please sign in to comment.