Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babarot/git-bump
Bump version (git tag) to next one with semver.
https://github.com/babarot/git-bump
git github-actions go golang
Last synced: 6 days ago
JSON representation
Bump version (git tag) to next one with semver.
- Host: GitHub
- URL: https://github.com/babarot/git-bump
- Owner: babarot
- Created: 2020-01-30T11:43:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T11:12:05.000Z (about 2 years ago)
- Last Synced: 2024-10-19T20:44:08.073Z (18 days ago)
- Topics: git, github-actions, go, golang
- Language: Go
- Homepage:
- Size: 475 KB
- Stars: 49
- Watchers: 3
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git-bump
========Bump version (git tag) to next one with [semver](https://semver.org/).
![](demo.png)
## Usage
```console
$ git bump
Tags:
- v0.1.0
- v0.1.1
- v0.1.2
- v0.2.0
- v0.2.1
- v1.0.0
- v2.0.0
- v2.0.1 (current version)Use the arrow keys to navigate: ↓ ↑ → ←
? Current tag is "v2.0.1". Next is?:
▸ patch
minor
major
```## Installation
Download the binary from [GitHub Releases][release] and drop it in your `$PATH`.
- [Darwin / Mac][release]
- [Linux][release]## License
[MIT][license]
[release]: https://github.com/b4b4r07/git-bump/releases/latest
[license]: https://b4b4r07.mit-license.org