https://github.com/ableco/gititag
https://github.com/ableco/gititag
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ableco/gititag
- Owner: ableco
- License: mit
- Created: 2020-11-20T19:46:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T03:00:18.000Z (over 3 years ago)
- Last Synced: 2025-09-23T17:42:32.186Z (9 months ago)
- Language: JavaScript
- Size: 616 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gititag
With `gititag` you can handle your repository semver tags interactively. Just run `npx gititag` and follow the instructions.
`gititag` will detect any previously existing tags and allow you to choose if you want to bump the version by `patch`, `minor`, or `major` all with your keyboard. After tagging, it will ask you if you want to push the tag to the remote `origin`. Don't worry! You won't be able to do this by accident.
## Getting started
To get started simply run
```
npx gititag
```
and follow the instructions! It's as easy as that!
## Example
