Skip to content

Commit

Permalink
release_jsinterop_generator.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: 550952536
  • Loading branch information
Googler authored and copybara-github committed Jul 25, 2023
1 parent 8d2b733 commit 6066f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/release_jsinterop_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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 6066f4e

Please sign in to comment.