The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SYNOPSIS

To create a release candidate branch

git rc

To make the release from release candidate branch and tag it

git release --version {your version number} --tag

Steps:

1. merge the release candidate branch to master. 2. tag it.