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

Add support for build metadata in version string #987

Merged
merged 1 commit into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. Add support for build metadata in version string

    To be compatible with SemVer, we should be able to handle versions which
    include optional build metadata
    ([see](https://semver.org/#spec-item-10)). In general, this is already
    the case. However, (some) OCI registries don't allow `+` in their tags,
    which is used as separator for these build metadata. That's why, the
    version has to be sanitised prior to uploading to a registry or after
    retrieving it from there.
    8R0WNI3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f14f445 View commit details
    Browse the repository at this point in the history