We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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