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

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.

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