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

Release v0.7.2 checklist #2215

Closed
41 tasks done
matthewfeickert opened this issue May 18, 2023 · 3 comments · Fixed by #2291
Closed
41 tasks done

Release v0.7.2 checklist #2215

matthewfeickert opened this issue May 18, 2023 · 3 comments · Fixed by #2291
Assignees
Labels
docs Documentation related

Comments

@matthewfeickert
Copy link
Member

matthewfeickert commented May 18, 2023

Release Checklist

Before Release

Create Release Tag

For a video walkthrough consult the pyhf v0.7.1 release recording on YouTube.

  • Use the bump version GitHub Actions workflow perform a dry run of the bump version to the new release tag.
  • Check the annotated tag in the dry run workflow logs to make sure it looks correct.
  • If the dry run passes as expected, run the same workflow with the dry run option set to false to bump the release tag version and push the new tag back to GitHub.
  • Verify the release tag was pushed to the correct branch.
  • Verify the release tag commit has bumped the correct versions.
  • Watch the CI to verify all tag based jobs finish correctly.
  • Verify the release for the tag on TestPyPI looks correct.

After Release Tag Pushed To GitHub

  • Create a GitHub release from the new release tag and copy the release notes published to the GitHub release page. The creation of the GitHub release triggers all other release related activities.
    • Before pasting in the release notes copy the changes that the GitHub bot has already queued up and pasted into the tag and place them in the "Changes" section of the release notes. If the release notes are published before these are copied then they will be overwritten and you'll have to add them back in by hand.
    • Create a corresponding announcement GitHub Discussion for the release.
  • Watch the CI to ensure that the deployment to PyPI is successful.
  • Verify Docker images with the correct tags have been deployed to all container image registries.
  • Verify there is a new Zenodo DOI minted for the release.
    • DOI

    • Verify that the new release archive metadata on Zenodo matches is being picked up as expected from CITATION.cff.

  • Verify that a Binder has properly built for the new release.
  • Watch for a GitHub notification that there is an automatic PR to the Conda-forge feedstock. This may take multiple hours to happen. If there are any changes needed to the Conda-forge release make them from a personal account and not from an organization account to have workflows properly trigger.
    • Check if any requirements need to be updated by commenting "@conda-grayskull show requirements" on the PR.
    • Verify the requirements in the Conda-forge feedstock recipe meta.yaml match those in pyproject.toml.

After Release

@matthewfeickert matthewfeickert added the docs Documentation related label May 18, 2023
@matthewfeickert matthewfeickert self-assigned this May 18, 2023
@matthewfeickert matthewfeickert moved this to In Progress in pyhf v0.7.2 May 18, 2023
@matthewfeickert
Copy link
Member Author

matthewfeickert commented May 18, 2023

Should add notes on forward porting release notes and bumpversion info.

@matthewfeickert
Copy link
Member Author

Check if any requirements need to be updated by commenting "@conda-grayskull show requirements" on the PR.

This is no longer needed given conda-forge/pyhf-feedstock#16

@scikit-hep scikit-hep deleted a comment from conda-grayskull May 18, 2023
@matthewfeickert
Copy link
Member Author

Should also hyperlink the announcements stuff to https://groups.google.com/group/pyhf-announcements/ to make it easier to navigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related
Projects
No open projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant