bgtag
v0.0.2
Published
A command-line tool for tagging and pushing Git commits with version increment and pipeline URL generation.
Downloads
9
Maintainers
Readme
🚀 Git Tagging Made Easy with bgtag
🏷️
This handy script streamlines the process of creating and managing Git tags, making your version control workflow a breeze! 🌬️
Get Started 💪
Prerequisites: Node.js and npm (or yarn)
Installation:
Install the package globally for easy access from anywhere in your system:
npm install -g bgtag
or, if you use yarn:
yarn global add bgtag
How to Use 🛠️
Just run:
npx bgtag [--handly]
- Add
--handly
if you want to type the new version yourself. Otherwise, we'll generate it for you! ✨
What it Does 🤖
- Updates your project (if needed).
- Finds the latest tag in your repo.
- Asks for the new version (or generates it automatically).
- Lets you pick the branch to tag from a list.
- Confirms everything before making changes.
- Creates the tag and pushes it to your remote repo.
- Gives you the pipeline URL for the new tag (if available).
- Handles errors gracefully, so you don't have to worry! 😊
Example 🎉
Manual version:
npx bgtag --handly
Automatic version:
npx bgtag
Important: Make sure you're in a Git repository!
Let me know if you have any questions or need further assistance! 🙋♀️