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

Latest commit

 

History

History
24 lines (18 loc) · 704 Bytes

File metadata and controls

24 lines (18 loc) · 704 Bytes

Prerelease Command

This command releases a prerelease.

Usage: version prerelease <type> <next> [<master>]

Type
The prerelease type you want to release.
Next
The next type of prerelease you want to release
Master
This is the version you want to bump on the master branch (minor or major). Only required if you are on the master branch and want to release your first prerelease of a version.

Example

$ versio prerelease alpha beta minor
> Bump version on branch "master" to "0.2.0-DEV".
> Release version "0.1.0-ALPHA.1" on branch "release/0.1".
> Bump version on branch "release/0.1" to "0.1.0-BETA.1-DEV".