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

Don't dist-tag canaries with rc #31546

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. Don't dist-tag canaries with rc

    We used to tag canaries with `rc` whenever we were in the RC phase of
    a release cycle. But now that publish "real" versioned canaries like
    19.0.0-rc.1, it's confusing that the `rc` dist-tag could point to an
    even newer version than that.
    
    So this removes the `rc` dist-tag from the canary publish workflow.
    acdlite committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    71ebdd1 View commit details
    Browse the repository at this point in the history