-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Checklist for releasing WireMock | ||
|
||
- [ ] Bump version number | ||
- [ ] Publish the release note | ||
- [ ] Update the version on wiremock.org | ||
- [ ] Announce on the WireMock Community Slack | ||
- [ ] Announce on social | ||
|
||
## Pre-release - bump version number | ||
Make sure the version number has been updated. Update the version number and commit and push. | ||
|
||
## Publish the release note | ||
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. | ||
|
||
This will trigger the [Release workflow](https://github.com/wiremock/wiremock-grpc-extension/blob/main/.github/workflows/release.yml) | ||
and publish the new release. | ||
|
||
## Update the version on wiremock.org | ||
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. | ||
|
||
## Post an announcement on the WireMock Community Slack | ||
Announce in the #announcments channel then link to the message from #general. | ||
|
||
## Shout about it on as many social media platforms as possible | ||
You know the drill. |