Last active
March 26, 2017 18:34
-
-
Save havvg/4febb355226ae2499c5017d3d551ec8b to your computer and use it in GitHub Desktop.
Semantic Versioning: git latest-version
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
[alias] | |
latest-version = "!git tag --sort=v:refname | tail -n1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment