Fix scripts for releasing go packages (#232)

This commit is contained in:
Fangjun Kuang
2023-08-03 10:55:03 +08:00
committed by GitHub
parent c88e672733
commit 8ab0090909

View File

@@ -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