Skip to content

Small CLI utility to easily create new versions of Composer packages

License

Notifications You must be signed in to change notification settings

Anahkiasen/versioner

Repository files navigation

Versioner

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Versioner is a package to more easily version and update changes to Semver compliant packages.

Installation

$ composer global require anahkiasen/versioner

Usage

Use the create command to create a new version:

$ versioner create 1.2.3
$ versioner create 1.2.3 --from="Unreleased"

Or use the increment command (default is patch):

$ versioner increment
$ versioner increment [--major|--minor|--patch]

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email heroes@madewithlove.be instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Small CLI utility to easily create new versions of Composer packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages