An open API service indexing awesome lists of open source software.

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

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 |