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 2.0.0 #2993

Merged
merged 8 commits into from
Apr 26, 2023
Merged

Release 2.0.0 #2993

merged 8 commits into from
Apr 26, 2023

Conversation

sethmlarson
Copy link
Member

@sethmlarson sethmlarson commented Apr 25, 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)
    • 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

CHANGES.rst Outdated Show resolved Hide resolved
CHANGES.rst Outdated Show resolved Hide resolved
Copy link
Member

@illia-v illia-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes of subsequent alpha releases were backported to 1.26.x, so we can skip them in 2.0.0 notes

CHANGES.rst Outdated Show resolved Hide resolved
CHANGES.rst Outdated Show resolved Hide resolved
pquentin
pquentin previously approved these changes Apr 26, 2023
Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks good to me! 🎉

illia-v
illia-v previously approved these changes Apr 26, 2023
Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs build is failing now

CHANGES.rst Show resolved Hide resolved
Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@sethmlarson sethmlarson merged commit 6446fef into main Apr 26, 2023
@sethmlarson sethmlarson deleted the release-2.0.0 branch April 26, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants