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 prepare-release make target #5503

Merged

Commits on Jun 8, 2022

  1. add prepare-release make target

    make prepare-release does the following:
    - checks the local repository is clean
    - search/replace PREVIOUS_VERSION with RELEASE_CANDIDATE
    - runs make genotelcorecol
    - creates a commit on a new branch
    - runs make multimod-prerelease
    - commits the changes to the branch
    - creates a PR
    Alex Boten committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    5836e63 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. add check for gh

    codeboten committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5572dbb View commit details
    Browse the repository at this point in the history