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 auto-updater when an -rc0 version is installed #347

Merged
merged 1 commit into from
May 19, 2021

Conversation

dscho
Copy link
Member

@dscho dscho commented May 19, 2021

I recently installed v2.32.0-rc0 and the auto-updater suggested to "upgrade" to v2.31.1. This fixes that.

We already have logic that prevents the updater from suggesting to
downgrade from "release candidates" to the previous official version.

However, the logic only caught -rc1, -rc2, etc, but not -rc0. Let's also
catch -rc0.

Signed-off-by: Johannes Schindelin <[email protected]>
@dscho dscho merged commit 8250df4 into git-for-windows:main May 19, 2021
@dscho dscho deleted the updater-and-rc0 branch May 19, 2021 08:22
dscho added a commit that referenced this pull request May 19, 2021
The auto-updater [no longer suggests to downgrade from -rc0
versions](#347).

Signed-off-by: Johannes Schindelin <[email protected]>
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