build for release or release canditate
Is there any way i can build with versioning release or release candidate?
The question is unclear A common solution is to use the prerelease rc/alpha/beta tags in the git tag
This presumes that between prerelease and final release some commits are done to avoid multiple tags on a single commit
I didn't know that I can control the version id through git tag. I was struggling adjusting the branch name.
Can you kindly add some examples or general practice to the tutorial about naming the tag for the default regex?
For now you can refer to the setuptools_scm docs
The plan os still to move all logic to the shared scm versioning package