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

Do not fail version check if development version is set #197

Merged
merged 6 commits into from
Nov 16, 2023

Conversation

cicdguy
Copy link
Contributor

@cicdguy cicdguy commented Nov 15, 2023

Do not fail version check if development version is set

@cicdguy cicdguy self-assigned this Nov 15, 2023
@cicdguy cicdguy requested a review from a team as a code owner November 15, 2023 01:37
Copy link
Contributor

github-actions bot commented Nov 15, 2023

Unit Tests Summary

3 tests   3 ✔️  6s ⏱️
3 suites  0 💤
1 files    0

Results for commit 98acc32.

♻️ This comment has been updated with latest results.

fi
if [[ $DESC_DEV_VERSION -gt 9000 && "$NEWS_VERSION" == "(development version)" ]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure but if 9000 is a valid development version (right after release), then maybe -gt should be changed to -ge?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes.

@cicdguy cicdguy merged commit a8a4f65 into main Nov 16, 2023
15 of 18 checks passed
@cicdguy cicdguy deleted the fix/allow-development-version-for-check branch November 16, 2023 00:10
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.

2 participants