1.2.5 • Published 1 year ago
git-tag-sh v1.2.5
git-tag-sh
Introduction
Execute git packaging operation for the current project
Installation Tutorial
- Global installation: npm install git-tag-sh - g
- Installation in the project: npm install git-tag-sh
Instructions for use
- Version number: git-tag-sh -V
- Help: git-tag-sh -h
- Current directory version number: git-tag-sh-cv output: 1.0.0
- Current version tag: git-tag-sh output: 1.0.0
- Print the official tag (add the tag prefix) for the current version: git-tag-sh -p string Output: v1.0.0
- The current version is labeled with the tag suffix test: git-tag-sh -s test output: 1.0.0-test
- The current version uses the tag suffix alpha (beta, release): git-tag-sh -a (-b, -r) output: 1.0.0-alpha (beta, release)
- Submit tag message: git-tag-sh -m string
- Publish to npm: git tag sh -pub
- Run the npm build command: git tag sh -bu
Participation contribution
- Fork warehouse
- Star warehouse