1.0.14 • Published 6 years ago

@tecdiary/comver v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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
1.0.14

6 years ago

1.0.13

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago