0.5.9 • Published 10 years ago

verily v0.5.9

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

VERILY

overly helpful semver version bumper

INSTALL:

sudo npm install verily -g

HOW TO USE:

  • bump build on prerelease (sorry you can't name prereleases: '1.2.3', 'major', 'minor', 'patch', or '-h')

        verily alpha
        verily rc2
        verily my-special-name
  • bump part of the version

        verily major
        verily minor
        verily patch
  • start development on a new version

        verily 1.2.3-alpha
  • publish specific version

        verily 1.2.3
  • force publish specific version

    ```bash
        verily 1.2.3 --force
    
    ```

    TODO:


  • config file
  • flag for tagging
  • npm publishing
  • flag for publishing
  • break out components into useful modules
  • make string replacement configurable
0.5.9

10 years ago

0.5.6

10 years ago

0.5.5

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago