Skip to content

Release 1.26.18#3159

Merged
illia-v merged 2 commits intourllib3:1.26.xfrom
illia-v:1.26.18
Oct 17, 2023
Merged

Release 1.26.18#3159
illia-v merged 2 commits intourllib3:1.26.xfrom
illia-v:1.26.18

Conversation

@illia-v
Copy link
Copy Markdown
Member

@illia-v illia-v commented Oct 17, 2023

  • See if all tests, including integration, pass
  • Get the release pull request approved by a CODEOWNER
  • Squash merge the release pull request with message "Release <VERSION>"
  • Tag with X.Y.Z, push tag on urllib3/urllib3 (not on your fork, update <REMOTE> accordingly)
    • Notice that the <VERSION> shouldn't have a v prefix (Use 1.26.6 instead of v.1.26.6)
    • # Ensure the release commit is the latest in the main branch.
      git checkout main
      git pull origin main
      git tag -s -a '<VERSION>' -m 'Release: <VERSION>'
      git push <REMOTE> --tags
      
  • Execute the publish GitHub workflow. This requires a review from a maintainer.
  • Ensure that all expected artifacts are added to the new GitHub release. Should
    be one .whl, one .tar.gz, and one multiple.intoto.jsonl. Update the GitHub
    release to have the content of the release's changelog.
  • Announce on:
    • Twitter
    • Discord
    • OpenCollective
  • Update Tidelift metadata
  • If this was a 1.26.x release, add changelog to the main branch

@illia-v illia-v added the Skip Changelog Pull requests that don't require a changelog entry label Oct 17, 2023
@illia-v illia-v merged commit 9c2c230 into urllib3:1.26.x Oct 17, 2023
@illia-v illia-v deleted the 1.26.18 branch October 17, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Skip Changelog Pull requests that don't require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants