Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

create-tag

🚀 Simple Git tag automation tool using Semantic Versioning.

This CLI tool helps you create and push version tags based on the latest Git tag, following the format:

  • vX.Y.Z-m → for development
  • vX.Y.Z-release → for production
  • or both at once

✨ Features

  • Automatically detects the latest version tag
  • Increments the patch version (Z)
  • Prompts to create:
    • -m (for dev)
    • -release (for production)
    • or both
  • Pushes tags directly to remote (origin)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages