Skip to content

Commit

Permalink
release_jsinterop_annotations.sh - Remove "v" tag prefix.
Browse files Browse the repository at this point in the history
Versions have historically not had the "v" prefix. Removing to be consistent.

PiperOrigin-RevId: 550953907
  • Loading branch information
Googler authored and copybara-github committed Jul 25, 2023
1 parent 5f7c2be commit 9bc51de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/release_jsinterop_annotations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ bazel run --script_path="$runcmd" ${deploy_target} -- ${deploy_flag} \
rm "$runcmd"

if [[ ${git_tag} == true ]]; then
git tag -a v${lib_version} -m "${lib_version} release"
git push origin v${lib_version}
git tag -a ${lib_version} -m "${lib_version} release"
git push origin ${lib_version}
fi

0 comments on commit 9bc51de

Please sign in to comment.