- Bump version number
- Run the release
- Publish the release note
- Update the version on wiremock.org
- Release the Docker image
- Announce on the WireMock Community Slack
- Announce on social
Make sure the version number has been updated. Do this either via
./gradlew bump-minor-version
or
./gradlew bump-patch-version
Commit and push the changes made by this command.
Manually trigger the Release workflow from the master branch.
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've just released and publish it.
https://github.com/wiremock/wiremock.org
Publish the changes by merging to the live-publish
branch and manually triggering the "Deploy Jekyll site to Pages" workflow.
- Wait for the JAR version you just published to be synced to Maven Central. You can check here
- Run the Release workflow, with the following parameters:
- Branch:
main
- Image version (single-digit suffix like 2.35.0-1): Usually
1
- Bundled WireMock version: The JAR version just published. You can check here
- Branch:
- Update the README manually on Docker Hub (until we get around to automating it).
Announce in the #announcments channel then link to the message from #general.
You know the drill.