devup

0.3.1 • Public • Published

devup

Bump all the .versions in all your .jsons and make a tag with a message

npm install devup -g

Run with:

$ devup

must be run in the top level of your project (or with all of your versioned .json files. all .json files must be in the same directory)

you may cancel at the time of tag message request with no fear. all changes stay local until you choose to push them.

Options:

-h, --help  Show help                                                [boolean]

Examples:

Bump patch version number (major.minor.patch)

$ devup

Bump minor version number (major.minor.patch)

$ devup -t minor

Bump major version number (major.minor.patch)

$ devup -t major

todo:

  • escape messages so that special characters can be used
  • catch things after the version numbers have been updated so that they can be rolled back if the deal fails
  • error out if no files with version numbers are found on validation

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.1
    1
    • latest

Version History

Package Sidebar

Install

npm i devup

Weekly Downloads

4

Version

0.3.1

License

MIT

Last publish

Collaborators

  • whtevn