Git: Tag & Push
Features
- A simple extension to create a git tag and push it afterwards.
- Can automatically increment SemVer patch number (disabled by default)
- Can suggest latests tag
Settings
The following settings exists to control the behavior of tag handling:
git-tag-push.behavior.incrementSemVer - If enabled it will automatically try and increment the patch number (requires the tag to be SemVer compliant).
git-tag-push.behavior.suggestLatestTag - If enabled it will suggest the last tag as the default value, disabling this also disables SemVer increments.
Release Notes
1.0.6 - 05/11/2025
Now also supports pre release versions:
1.0.3-rc.3 -> 1.0.3-rc.4
1.0.3-alpha1 -> 1.0.3-alpha2
If no latest tag is found, user is asked to create one
1.0.4 - 28/09/2020
- If the tag follows SemVer, automatically try and increment patch number.
1.0.3 - 25/09/2020
- Added initial value to tag, will use the latest tag.
1.0.2 - 29/07/2020
- Improved error handling on failed push
- Added cleanup of created tags on failed push
1.0.0 - 29/07/2020
- Initial release of Git: Tag & Push
| |