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

Fix sw ver check #135

Merged
merged 3 commits into from
Jun 6, 2022
Merged

Fix sw ver check #135

merged 3 commits into from
Jun 6, 2022

Conversation

nitin710
Copy link
Collaborator

@nitin710 nitin710 commented Jun 6, 2022

  • Version checker now correctly handles all cases
  • It primarily resolves an issue when testing Deployment of new version before it has been officially released.

@nitin710
Copy link
Collaborator Author

nitin710 commented Jun 6, 2022

Example:

  • If latest release is 1.4.11 and testing release 1.5.0, the old version checker would flag 1.4.11 > 1.5.0 and prompt a new release is available, but that is not the case.
    • This situation only comes up in the pre-release phase, where the version to be deployed is not currently live.

@nitin710 nitin710 merged commit 32fe4a9 into feat-lslParsing Jun 6, 2022
@nitin710 nitin710 deleted the fix-SwVerCheck branch June 6, 2022 21:02
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.

None yet

1 participant