Update How to Release authored by mbellgardt's avatar mbellgardt
**Step 0:** Pull master and develop.
**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 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 2:** On the newly created branch edit the file `conanfile.py` and change the version number accordingly.
... ...
......