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 a GitHub workflow to prepare a release pull request #6972

Merged
merged 1 commit into from
Oct 11, 2023

Commits on Oct 10, 2023

  1. Add a GitHub workflow to prepare a release pull request

    This automates the first half of the current release process. The second
    half will be implemented by another workflow.
    
    The reason why it can't all be done in a single workflow is that it's useful
    to let developers inspect what'll go into the release before actually
    publishing it, and to apply any last-minute fixes, if necessary. It also
    allows CI to complete for the release PR.
    
    To support the new workflow, add a `--set` option to `update_version.py`
    that sets the version to a custom value.
    SpecLad committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    046aa62 View commit details
    Browse the repository at this point in the history