Skip to content
Przemysław K. Rekucki edited this page Nov 20, 2019 · 12 revisions

Releasing golemcli

Install cargo-release plugin.

$ cargo install cargo-release

On release branch (for example b0.3) do:

If this is first release for b0.3 branch

$ cd golemcli
$ cargo release minor

for next releases in b0.3 branch.

$ cd golemcli
$ cargo release patch
Clone this wiki locally