Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 521 Bytes

File metadata and controls

20 lines (14 loc) · 521 Bytes

Release Command

This command creates the first stable release of a version. It is the transformation from a prerelease version to a non prerelease version.

Usage: versio release [<master>]

Master
The version that will be bumped on the master branch. (Only required if your release workflow will be from master directly to release.)

Example

$ versio release
> Release version "0.1.0" on branch "release/0.1".
> Bump version on branch "release/0.1" to "0.1.1-DEV".