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
- Host: GitHub
- URL: https://github.com/sslime-s/bump-manifest-json
- Owner: SSlime-s
- License: mit
- Created: 2021-09-27T15:40:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T10:09:52.000Z (almost 5 years ago)
- Last Synced: 2025-09-03T04:38:51.029Z (10 months ago)
- Topics: json, rust
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}"]
```