woohoolabs/releaser
Woohoo Labs. Semantic Versioning Release Tool
Maintainers
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 778c3cc62d2e2b489fd56514a5d98c30bfd1e557
- Mรกtรฉ Kocsis <kocsismate.woop@woohoolabs.com>
README
๐ Latest Version on Packagist
๐ Software License
๐ Total Downloads
๐ Gitter
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.
