From 708b9f3cc68468acfb48ca0b6b69787ddda71ca0 Mon Sep 17 00:00:00 2001 From: leeturner Date: Tue, 24 Sep 2024 15:54:59 +0100 Subject: [PATCH 1/2] add release docs --- RELEASING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 RELEASING.md diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..9fc4b0b --- /dev/null +++ b/RELEASING.md @@ -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. \ No newline at end of file From 6d72e4473a253469cf7803b280a4d00f8aef3e44 Mon Sep 17 00:00:00 2001 From: leeturner Date: Tue, 24 Sep 2024 16:39:57 +0100 Subject: [PATCH 2/2] update the title --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 9fc4b0b..69cf18a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,4 +1,4 @@ -# Checklist for releasing WireMock +# Checklist for releasing the WireMock gRPC Extension - [ ] Bump version number - [ ] Publish the release note