Skip to content

Commit 198b1e1

Browse files
Added scripts for release
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
1 parent 832fe86 commit 198b1e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.0
1+
v3.0

scripts/goreleaser.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ compare_version() {
1313
version=$(cat VERSION)
1414
if ! git tag -l | grep "${version}"
1515
then
16+
git checkout master
1617
echo "git tag ${version}"
1718
git tag "${version}"
1819
release

0 commit comments

Comments
 (0)