Created
June 30, 2021 15:53
-
-
Save xadamxk/a7317246d08527778f164470c1807f6d to your computer and use it in GitHub Desktop.
Use gitversion to automatically tag changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version=${VERSION:-$(gitversion /nocache /output json /showvariable SemVer)} | |
git tag "v$version"; | |
git push origin --tags; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment