Skip to content

Commit

Permalink
add release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leeturner committed Sep 24, 2024
1 parent 10e2785 commit 708b9f3
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 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.

0 comments on commit 708b9f3

Please sign in to comment.