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

https://github.com/sslime-s/bump-manifest-json

bump manifest.json
https://github.com/sslime-s/bump-manifest-json

json rust

Last synced: 19 days ago
JSON representation

bump manifest.json

Awesome Lists containing this project

README

          

# bump-manifest-json
bump manifest.json version
## install
`cargo install --git https://github.com/SSlime-s/bump-manifest-json`
## usage
```
USAGE:
manifest-bump [ | major | minor | patch] [FLAGS] [Options]

FLAGS:
-g, --git git commit and add tag
-S signature for git commit

OPTIONS:
-f, --file file path to version.json [default: manifest.json]
-r, --run run command after version bump (before git commit)
-m, --message message for git commit [default: "📚 bump version v{version}"]
```