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

lib/build: more spec-compliant semver regex (fixes #9267 again) #9410

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 9, 2024

  1. lib/build: more spec-compliant semver regex (fixes syncthing#9267 again)

    In PR#9316 support for meta-only version suffixes was added.
    However, some version strings still weren't supported.
    Notably, `v0.13.0+not.allowed.to.do.this` is a valid regex
    but gets rejected.
    
    Here's updated regex with a bunch of new test samples from
    semver.org
    gudvinr committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1f23298 View commit details
    Browse the repository at this point in the history