The documentation of the release python package specifies that it should start with a minor v0.1.0.
However, the workflow will never bump a major version if the initial major version was 0 (see here).
It would be great to have a way to forcefully bump the major in that case, or remove the check last_version.major > 0 from the first test so that it's possible to bump the major in that case as well.
The documentation of the release python package specifies that it should start with a minor
v0.1.0.However, the workflow will never bump a major version if the initial major version was 0 (see here).
It would be great to have a way to forcefully bump the major in that case, or remove the check
last_version.major > 0from the first test so that it's possible to bump the major in that case as well.