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

Reuse tag instead of calculating for release build #208

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. Reuse tag instead of calculating for release build

    The Makefile used by dependenent projects attempts to reuse the
    `REPO_VERSION` environment variable if set, otherwise falls back
    to generating a new value using `git-describe-semver`.
    
    This tool becomes confused if two tags point to the same commit
    and does not know which tag to list (ideally the latest stable
    tag if matching the same commit as a RC tag) so we work around
    that by always having release builds use the tag provided by
    GitHub Actions (which matches exactly the tag pushed).
    atc0005 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fa03885 View commit details
    Browse the repository at this point in the history