Step 1: In SourceTree Git Flow > Start New Release naming scheme: v[YY].[MM].[N] where N is the index of current release starting with 0 for each month.
Step 2: On the newly created branch edit the file conanfile.py
and change the version number accordingly.
Step 3: Run ALL tests, including integration tests. If anything fails, don't release :o) (you can continue with step 4 while the build/tests are running)
Step 4: Commit and push the changes.
Step 5: If pipeline passes: Git Flow > Finish Release
Done