https://github.com/doches/gitbump
Bump version numbers in git tags, from a tiny CLI interface
https://github.com/doches/gitbump
Last synced: over 1 year ago
JSON representation
Bump version numbers in git tags, from a tiny CLI interface
- Host: GitHub
- URL: https://github.com/doches/gitbump
- Owner: doches
- License: mit
- Created: 2023-09-26T08:01:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T08:02:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T00:17:47.300Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bump
A light wrapper around `git` and [semver](https://www.npmjs.com/package/semver) that provides a CLI utility to quickly bump the major, minor, or patch version of a git repository:

## Get It
`npm install -g gitbump`
## Use it
`cd` into a the root directory of a git repository that uses `git tag` to track version numbers, and run `bump`.