- Bump version number
- Publish the release note
- Announce on the WireMock Community Slack
- Announce on social
Make sure the version number has been updated. Do this by updating the version in ./pyproject.toml:
[project]
name = "wiremock"
version = "2.7.0"Commit and push the changes made.
Release drafter should have created a draft release note called "next". Check it for sanity and edit it to add any additional information and then set the tag to the version you have just added above. You can then publish the release.
Publishing the release should trigger the release action to publish to PyPI
Announce in the #announcments channel then link to the message from #general.
You know the drill.