You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
gumaciel
changed the title
Verify a new release version each day to release a new build
[FEATURE] Verify a new release version each day to release a new build
May 5, 2024
gumaciel
changed the title
[FEATURE] Verify a new release version each day to release a new build
[FEATURE] Verify a new release version every day to release a new build
May 5, 2024
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.
Additional context
No response
The text was updated successfully, but these errors were encountered: