https://github.com/indexzero/vbump
A very simple version bumping script I've been using for years.
https://github.com/indexzero/vbump
Last synced: 9 months ago
JSON representation
A very simple version bumping script I've been using for years.
- Host: GitHub
- URL: https://github.com/indexzero/vbump
- Owner: indexzero
- License: mit
- Created: 2015-06-11T00:15:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T15:57:10.000Z (about 11 years ago)
- Last Synced: 2024-10-18T21:04:02.188Z (over 1 year ago)
- Language: Shell
- Size: 116 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vbump
```
usage: vbump options
This commits a version bump and tags it git, then published to npm.
OPTIONS:
-v [required] Target version to bump.
-t Tag only. Do not git commit.
-h Show this message.
-p Do not publish to npm.
-m Commit message you wish to use.
-d Dry-run. No nothing but echo commands.
```
##### Author: [Charlie Robbins](https://github.com/indexzero)
##### License: MIT