Skip to content

Instantly share code, notes, and snippets.

@Aurora12
Created July 26, 2022 10:29
Show Gist options
  • Save Aurora12/a41d50a057cc48eb5ce9faa346779950 to your computer and use it in GitHub Desktop.
Save Aurora12/a41d50a057cc48eb5ce9faa346779950 to your computer and use it in GitHub Desktop.
Get the previous semver Git tag
git fetch --tags -f
git tag|grep -B 1 vX.Y.Z|head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment