https://github.com/thisisdevelopment/bump
version bump tool compatible with govvv
https://github.com/thisisdevelopment/bump
Last synced: 22 days ago
JSON representation
version bump tool compatible with govvv
- Host: GitHub
- URL: https://github.com/thisisdevelopment/bump
- Owner: thisisdevelopment
- License: mit
- Created: 2021-03-10T21:00:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T11:57:18.000Z (about 5 years ago)
- Last Synced: 2024-06-21T03:13:00.894Z (almost 2 years ago)
- Language: Go
- Size: 1.36 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bump
version bump tool compatible with govvv
## Install
```go get github.com/thisisdevelopment/bump```
## Help
```bump -h```
## Notes
Standard operation is to bump a version section indicated with the -b option.
## Examples:
| Command | Output |
| --------------------------------------------------------- |:------:|
| bump -f -b patch | 0.0.1 |
| bump -b major | 1.0.1 |
| bump -b minor -c | 1.1.1-4ea0adbe |
| bump | 1.2.1-4ea0adbe |