Version Check Workflow#879
Merged
Merged
Conversation
unbohn
approved these changes
Feb 24, 2026
Collaborator
|
@jammont This will be extremely helpful for preventing erroneous version releases in the future. Thanks for setting this up so quickly. @evan-greenbrg or @pgbrodrick Could either of you merge once you have a free minute? |
Collaborator
|
Thanks @jammont - I agree this all makes sense, and should help mitigate these problems in the future. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a new
isofit dev check-versionto automate checking the installed ISOFIT version against thelatestreleased tag on github. This is then used by the new workflow to validate the version tag has been updated before merging PRs fromdevintomain, which should hopefully avoid us needing to yank versions.Changes
devsubcommand to its own module for easier discovery and keep it self-contained as it growsisofit dev check-versionmaindev, and we mandate all tests to pass before merging intodevso it is a safe assumption tests will continue to passversion.ymlto check the dev version against the latest to ensure it was updated