0.0.3 • Published 8 months ago

bgtag v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

🚀 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 💪

  1. Prerequisites: Node.js and npm (or yarn)
  2. 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:

bgtag
  • 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:

bgtag --handly

Automatic version:

bgtag

Important: Make sure you're in a Git repository!

Let me know if you have any questions or need further assistance! 🙋‍♀️

0.0.3

8 months ago

0.0.2

10 months ago

0.0.1

10 months ago