woohoolabs / releaser
Woohoo Labs. Semantic Versioning Release Tool
Installs: 4 396
Dependents: 10
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:Shell
README
Woohoo Labs. Releaser is a lightweight release tool for Open Source projects.
Table of Contents
Install
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.
Basic Usage
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
Versioning
This library follows SemVer v2.0.0.
Change Log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Support
Please see SUPPORT for details.
Credits
Inspired by Semver Tool.
License
The MIT License (MIT). Please see the License File for more information.