woohoolabs/releaser

Woohoo Labs. Semantic Versioning Release Tool

Maintainers

๐Ÿ‘ woohoolabs

Package info

github.com/woohoolabs/releaser

Language:Shell

pkg:composer/woohoolabs/releaser

Statistics

Installs: 14โ€‰650

Dependents: 10

Suggesters: 0

Stars: 1

Open Issues: 0

1.2.0 2019-04-09 15:14 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 778c3cc62d2e2b489fd56514a5d98c30bfd1e557

  • Mรกtรฉ Kocsis <kocsismate.woop@woohoolabs.com>

semantic versioningWoohoo Labs.Release Tool

This package is auto-updated.

Last update: 2026-06-24 06:50:47 UTC


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.