@kokp520/auto-tagger
v2.3.0
Published
This is a simple tag picker for using with git tags. Cause Doing the project development always tag a new version with develop feature. You can use this script to choose the tag version u want to use.
Downloads
33
Maintainers
Readme
auto-tagger
This is a simple tag picker for using with git tags. Cause Doing the project development always tag a new version with develop feature. You can use this script to choose the tag version u want to use.
Maybe your app with the complex tag like
kernel-mircoservice-v1.2.3... imagine the product have 10 services.
Hope can save your time.
Support
- shell script
- npm
Npm
name: auto-tagger
Install
run this command to install the package.
npm install -g auto-taggerGo to your project directory with .git and run this command.
cd /file/to/your/project/; auto-taggerAnd you will see the tag list.

Choose the tag for the last commit.

AND DON'T FORGET TO PUSH THE TAG TO THE REMOTE REPO.
After that, I will optimize the auto push feature to the remote repo.
git push --tagsShell
Install
install fzf using brew:
brew install fzfUsage
you can use my aother repo name adi-dosh for alias sheel script.
alias.sh >>>

choose adi-tagPicker.sh >>>

版本的選擇規則為: opt=("main", "mid", "fix")
選擇main調整大版本號, mid為新服務更新, fix為bug修復版本號 main => 2.0.0 mid => 1.3.0 fix => 1.2.4

Author
👤 adi
Donation
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator

