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

Count the beta prerelease number just from master #72993

Merged
merged 1 commit into from
Jun 7, 2020

Commits on Jun 4, 2020

  1. Count the beta prerelease number just from master

    We were computing a merge-base between the remote beta and master
    branches, but this was giving incorrect answers for the first beta if
    the remote hadn't been pushed yet. For instance, `1.45.0-beta.3359`
    corresponds to the number of merges since the 1.44 beta, but we really
    want just `.1` for the sole 1.45 beta promotion merge.
    
    We don't really need to query the remote beta at all -- `master..HEAD`
    suffices if we assume that we're on the intended beta branch already.
    cuviper committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    37a24b3 View commit details
    Browse the repository at this point in the history