Skip to content

release_python_package.md: Impossible to change major version if the first major was 0 #298

Description

@Gu1nness

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions