@tecdiary/comver

1.0.14 • Public • Published

comver (composer version)

Command-line helper for Composer to bump versions similar to npm version.

Composer doesn't support a command to bump the version of your package easily. comver was created to replicate the feature of npm version to allow package publishers to quickly bump their package's version using semver.

It simply creates a new git commit and tag based on the type. (major, minor, or patch).

Install

$ npm i -g @tecdiary/comver

Usage

$ comver [major | minor | patch]

Set to push tags

If you want to push your tags to remote repo, you will need to set push.followTags to true

git config --global push.followTags true

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @tecdiary/comver

    Weekly Downloads

    2

    Version

    1.0.14

    License

    MIT

    Unpacked Size

    9.95 kB

    Total Files

    7

    Last publish

    Collaborators

    • mianji