Woohoo Labs. Releaser is a lightweight release tool for Open Source projects.
The only thing you need is Composer before getting started. Then run the command below to get the latest version:
$ composer require woohoolabs/releaser
You can also download the source code of the repository.
As a prerequisite, git
has to be installed on your machine, and the current working directory has to be a version
controlled directory. Additionally, you must have GPG set up for git
as Releaser signs the tags
by default.
If you want to release a package, run the following script (if you use Composer to download Releaser):
$ ./vendor/bin/releaser
This library follows SemVer v2.0.0.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
Please see SUPPORT for details.
Inspired by Semver Tool.
The MIT License (MIT). Please see the License File for more information.