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 semver for prerelease versions #4744

Merged
merged 1 commit into from
Jun 24, 2023
Merged

Conversation

Kufat
Copy link
Contributor

@Kufat Kufat commented May 30, 2023

Noticed this issue while trying to install a plugin on 4.4.1-rc2.

> semver.default.satisfies("4.4.1-rc2", ">=4.3.0")
false
> semver.default.satisfies("4.4.1-rc2", ">=4.3.0", {includePrerelease: true})
true

@MaxLeiter MaxLeiter added the Status: release-after-next reviewed and ready to merge, postponed to release after next (feature freeze of current release) label May 30, 2023
@brunnre8
Copy link
Member

brunnre8 commented Jun 1, 2023

You need to run the formatter

@brunnre8
Copy link
Member

brunnre8 commented Jun 1, 2023

please squash it down

@brunnre8
Copy link
Member

brunnre8 commented Jun 1, 2023

Generally if it's something as trivial as this you can immediately rebase, there's no point in having this in the history

Noticed this breakage while trying to install a plugin on 4.4.1-rc2.

```
> semver.default.satisfies("4.4.1-rc2", ">=4.3.0")
false
> semver.default.satisfies("4.4.1-rc2", ">=4.3.0", {includePrerelease: true})
true
```
@brunnre8 brunnre8 merged commit 8aa5e33 into thelounge:master Jun 24, 2023
5 checks passed
@brunnre8
Copy link
Member

Thank you

@Kufat Kufat deleted the patch-1 branch June 25, 2023 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: release-after-next reviewed and ready to merge, postponed to release after next (feature freeze of current release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants