Download the PHP package luiscoms/release without Composer
On this page you can find all versions of the php package luiscoms/release. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download luiscoms/release
More information about luiscoms/release
Files in luiscoms/release
Download luiscoms/release
More information about luiscoms/release
Files in luiscoms/release
Vendor luiscoms
Package release
Short Description PHP library to increment package version and release project
License MIT
Package release
Short Description PHP library to increment package version and release project
License MIT
Please rate this library. Is it a good library?
Informations about the package release
Release
Lightweight library to update package version according Semantic Versioning. Aditionally can create git tag, commit and push
Installation
composer require luiscoms/release dev-master
Usage
Let's consider the composer.json file
To view current version
vendor/bin/release [current]
0.0.1
To update patch
vendor/bin/release bump --patch|--bugfix
0.0.2
To update minor
vendor/bin/release bump --minor|--feature
0.1.0
To update major
vendor/bin/release bump --major
1.0.0All versions of release with dependencies
PHP Build Version
Package Version
The package luiscoms/release contains the following files
Loading the files please wait ...
