Proper version tag when releasing
0x0L opened this issue · 3 comments
0x0L commented
The artifacts are produced with a 0.1 version number (see assets in Release too)
Also I'd need to force a proper rebuild after adding a tag
rdbisme commented
This is "intended" in the way setuptools_scm
works. What about sticking to semantic versioning, and considering all versions <=1.0
unstable?
So tagging 0.1
instead of 0.1a
. https://semver.org/#spec-item-4
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
This will make automatic versioning correct.
0x0L commented
What is intended ? The current tag is 0.3b on my local machine, not on the CI