pyhf icon indicating copy to clipboard operation
pyhf copied to clipboard

Release v0.7.0 checklist

Open matthewfeickert opened this issue 3 years ago • 4 comments

Release Checklist

Before Release

  • [x] Migrate any unresolved Issues or PRs from the release GitHub project board to a new project board.
  • [x] Verify that there is a release notes file for the release under docs/release-notes.
    • c.f. PR #1705
  • [x] Verify that the release notes files correctly summarize all development changes since the last release.
  • [x] Draft email to pyhf-announcements mailing list that summarizes the main points of the release notes and circulate it for development team approval.
  • [x] Update the checklist Issue template in the .github/ISSUE_TEMPLATE directory if there are revisions.
    • c.f. PR #2021
  • [x] Make a release to TestPyPI using the workflow dispatch event trigger.
  • [x] Verify that the project README is displaying correctly on TestPyPI.
    • c.f. Issue #2024
    • https://github.com/pypa/readme_renderer/issues/261
  • [x] Add any new use citations or published statistical models to the Use and Citations page.
  • [x] Verify that the citations on the Use and Citations page are up to date with their current INSPIRE record.
    • c.f. PR #2026
  • [x] Update the pypa/gh-action-pypi-publish GitHub Action used for deployment to TestPyPI and PyPI to the latest stable release.
  • [x] Update the codemeta.json file in the release PR if its requirements have updated.
    • c.f. PR #2023

After Release Tag Pushed To GitHub

  • [x] Create a GitHub release from the generated PR tag and copy the release notes published to the GitHub release page. The creation of the GitHub release triggers all other release related activities.
    • [x] 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.
  • [x] Watch the CI to ensure that the deployment to PyPI is successful.
  • [x] Verify there is a new Zenodo DOI minted for the release.
    • [x] Verify that the new release archive metadata on Zenodo matches is being picked up as expected from CITATION.cff.
  • [x] Verify that a Binder has properly built for the new release.
  • [x] 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.
    • [x] Check if any requirements need to be updated by commenting "@conda-grayskull show requirements" on the PR.
    • [x] Verify the requirements in the Conda-forge feedstock recipe meta.yaml match those in setup.cfg and pyproject.toml.

After Release

  • [x] Verify that the release is installable from both PyPI and Conda-forge.
  • [x] Send the drafted pyhf-announcements email out from the pyhf-announcements account email.
  • [x] Tweet the release out on both personal and team Twitter accounts.
    • c.f. https://twitter.com/pyhf_/status/1574381522836127744?s=20&t=PzWmdrA19VbF4K4U3KRsjg
  • [x] Announce the release on the Scikit-HEP community Gitter.
    • c.f. https://gitter.im/Scikit-HEP/community?at=63309eaa72ad51741ffa2c92
  • [x] Make a release for the pyhf tutorial corresponding to the previous release number. This release represents the last version of the tutorial that is guaranteed to work with previous release API.
  • [x] Update the tutorial to use the new release number and API.
    • c.f. https://github.com/pyhf/pyhf-tutorial/pull/29
  • [ ] Make a PR to use the new release in the CUDA enabled Docker images.
  • [x] Open a ticket on the CERN Software Process and Infrastructure JIRA to update the version of pyhf available in the next LCG release.
  • [x] ~~If the release is a major or minor release, open a GitHub Release Radar Issue for the release to potentially get featured on GitHub's Release Radar blog.~~
  • [ ] Close the release GitHub Project board.

matthewfeickert avatar Sep 23 '22 00:09 matthewfeickert

JIRA ticket for cvmfs: SPI-2221

kratsg avatar Sep 25 '22 07:09 kratsg

Tutorial update: pyhf/pyhf-tutorial#29

kratsg avatar Sep 25 '22 08:09 kratsg

Tutorial update: pyhf/pyhf-tutorial#29

We need to ask them to bump the core dependencies as well.

matthewfeickert avatar Sep 25 '22 16:09 matthewfeickert

Migrating all comments on revisions for the release checklist to Issue #2032.

matthewfeickert avatar Sep 25 '22 18:09 matthewfeickert