Fix scripts for releasing go packages (#232)
This commit is contained in:
@@ -44,6 +44,7 @@ echo "new_tag: $new_tag"
|
||||
git add .
|
||||
git status
|
||||
git commit -m "Release $new_tag" && \
|
||||
git push && \
|
||||
git tag $new_tag && \
|
||||
git push origin $new_tag || true
|
||||
|
||||
@@ -90,6 +91,7 @@ echo "new_tag: $new_tag"
|
||||
git add .
|
||||
git status
|
||||
git commit -m "Release $new_tag" && \
|
||||
git push && \
|
||||
git tag $new_tag && \
|
||||
git push origin $new_tag || true
|
||||
|
||||
@@ -135,6 +137,7 @@ echo "new_tag: $new_tag"
|
||||
git add .
|
||||
git status
|
||||
git commit -m "Release $new_tag" && \
|
||||
git push && \
|
||||
git tag $new_tag && \
|
||||
git push origin $new_tag || true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user