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

Follow semver more strictly #1854

Merged
merged 3 commits into from
Aug 17, 2023
Merged

Follow semver more strictly #1854

merged 3 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. badges: Adapt to standard semver regarding badges

    Now we respect standard semver when making releases, and the
    release badges include odd number minor points, while the snapshot
    badges are now removed.
    gtristan committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    800e2d8 View commit details
    Browse the repository at this point in the history
  2. setup.py: Remove custom version handling logic.

    This was actually already disabled when updating to newer versioneer
    in commit feb4940, but is now further
    obsoleted because BuildStream is now dropping the GNOME style version
    notation and now follows semver more strictly.
    gtristan committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2c5c491 View commit details
    Browse the repository at this point in the history
  3. .github: Fix wheel testing

    gtristan committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    082a629 View commit details
    Browse the repository at this point in the history