Skip to content

Commit

Permalink
version tag should be prefixed with v
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Oct 26, 2020
1 parent 14675b8 commit 4e152b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SEMVER=`dotnet-gitversion /output json /showvariable SemVer`
COMMIT=`dotnet-gitversion /output json /showvariable ShortSha`

echo "$SEMVER+$COMMIT"
echo "v$SEMVER+$COMMIT"

0 comments on commit 4e152b3

Please sign in to comment.