crx-bump
Version:
Automatically (or with prompts) bump your version number(for Chrome Extension), commit changes, tag, and push to Git
30 lines (20 loc) • 629 B
Markdown
Automatically (or with prompts) bump your version number(**for Chrome Extension**), commit changes, tag, and push to Git.
<img title="crx-bump" alt="crx-bump" src="screenshot.svg">
```
cbump [options]
Options:
-c, --commit Commit changed files to Git.
-t, --tag Tag the commit in Git.
-p, --push Push the Git commit.
-a, --all Commit/tag/push ALL pending files.
-h, --help Display this message
-v, --version Display version number
```
Inspired by
[](https://github.com/JS-DevTools/version-bump-prompt)
MIT