Browse Source

semver_git_tag verify once

main
pvincent 2 weeks ago
parent
commit
6595ac8cf4
  1. 2
      tools/semver_git_tag

2
tools/semver_git_tag

@ -186,5 +186,5 @@ git add ${GIT_ROOT_FOLDER}/.semver_git_tag
echo "tagging as $TAG ..."
git commit -am "tagged as ${TAG}"
git tag $TAG
git push origin "$current_branch" --tags $(extra_options)
git push origin --no-verify "$current_branch" --tags $(extra_options)
echo "done"
Loading…
Cancel
Save