Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Git Tag & PushNew to Visual Studio Code? Get it now.
Git Tag & Push

Git Tag & Push

Patrick Falk Nielsen

|
1,975 installs
| (0) | Free
Creates a git tag and pushes it afterwards
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.5 - 28/09/2020

  • Fixes SemVer format

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft