Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure new version number not already in use #60

Merged
merged 25 commits into from
Nov 15, 2023

Conversation

lemccomb
Copy link
Contributor

In the "Increment pre-release tag" build step, we use GitHub commands to get the latest version number. Sometimes GitHub fails to return the last version on the stack.
This PR uses a web request to make sure the new proposed version number is not already in use, and if it is, increments and repeats until it finds a free version number.

@JeromySt JeromySt merged commit 3e00731 into main Nov 15, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants