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

Trigger release in current branch for github workflow case #14860

Merged
merged 1 commit into from
Dec 12, 2022

Commits on Dec 12, 2022

  1. release: support kick off release in current branch

    Currently when triggering release, it always pull remote repo and
    checkout main branch. Any changes which are merged into the target
    release branch (e.g. release-3.5) will be ignored. It isn't
    convenient for test, including in github workflow and local environment.
    So we need to support triggering release in current branch.
    
    Note: --current-branch should only be called with DRY_RUN=true
    
    Signed-off-by: Benjamin Wang <[email protected]>
    ahrtr committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5d78d6d View commit details
    Browse the repository at this point in the history