Skip to content

Commit

Permalink
Merge pull request #114 from wiremock/add-release-docs
Browse files Browse the repository at this point in the history
add release docs
  • Loading branch information
leeturner authored Sep 24, 2024
2 parents 10e2785 + 6d72e44 commit 3a44fee
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Checklist for releasing the WireMock gRPC Extension

- [ ] 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.

0 comments on commit 3a44fee

Please sign in to comment.