Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

README.rst

File metadata and controls

20 lines (14 loc) · 381 Bytes

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,

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

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

$ rever check
$ rever 1.42