Skip to content

Commit

Permalink
release_j2cl.sh - Remove "v" tag prefix.
Browse files Browse the repository at this point in the history
Remove "v" prefix to be consistent with other release scripts.

PiperOrigin-RevId: 550957933
  • Loading branch information
Googler authored and copybara-github committed Jul 25, 2023
1 parent 0887558 commit 7176920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/release_j2cl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ if [ ! -f "WORKSPACE" ]; then
exit 1
fi

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}

0 comments on commit 7176920

Please sign in to comment.