regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
75 stars 34 forks source link

rever

Release Versions of Software

Quick Start

To get started with rever, first put a rever.xsh file in the root directory of your source repository,

.. code-block:: sh

$ACTIVITIES = ['tag']
$TAG_PUSH = False

Then, run rever from this directory to execute the release actions you specified.

.. code-block:: sh

$ rever check
$ rever 1.42