Skip to content

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

License

Notifications You must be signed in to change notification settings

vutran/composer-version

Repository files navigation

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. composer-version 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 install -g composer-version

Usage

$ composer-version [major | minor | patch]

License

MIT © Vu Tran

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published