Skip to content

[FEATURE] Verify a new release version every day to release a new build #225

@gumaciel

Description

@gumaciel

Is your feature request related to a problem? If so, please describe.

Every time that a new version comes, we need to do a "manual" build and for that, we need to set the parameters.

What feature or improvement would you like to see?

The idea is to check if a new version arrives every day so a new version can be released automatically.

  • Check if a higher version from MAJOR, MINOR AND PATCH exists:
    • For this, we can do some validations such as: Getting a list of all MAJOR versions such as "4.x.x" and "5.x.x", if the Godot's server has a new version higher than this and we don't have, so create a version
    • After checking all MAJOR versions, the next step is to check the MINOR version, for that, we need to get the latest MINOR or each MAJOR version such as: "4.3.X", "5.0.X", so for example, if there's a "4.4.X", we need to create.
    • After checking MINOR, the last step is to check the PATCH, and it follows the same: "4.3.1" If there's a "4.3.2", so create it.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions