Skip to content

Commit

Permalink
add v prepending the git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancrneto committed Jan 26, 2024
1 parent d4efc4e commit 16fd399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bumpver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ $? -eq 0 ]; then
if [ $? -eq 0 ]; then
if [ -n "$version" ]; then
echo "new version: $version"
git tag "$version"
git tag "v$version"
else
echo "Error: Unable to extract version number."
exit 1
Expand Down

0 comments on commit 16fd399

Please sign in to comment.