Skip to content

Commit

Permalink
feat: update release-strategy to include discord
Browse files Browse the repository at this point in the history
In order to facilliate the addition of Discord as a new chat platform, we will be mirroring
all announcements made regarding releases as currently happens on Slack to also take place
on Discord. This commit updates our policy document to reflect this change

Signed-off-by: Oleg S <[email protected]>
  • Loading branch information
RobotSail committed Dec 17, 2024
1 parent ce8880f commit 742e05a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/release-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The following are the steps for how Y-stream and Z-stream releases gets cut.
1. Create a new release on GitHub targeting the release branch and using the latest Y-Stream tag as the previous release (e.g. `0.15.1` precedes `0.16.0`).
1. Announce release via the following:
- The `#eval` channel on Slack
- The `#eval` channel on Discord
- The `dev` mailing list

### Z-Stream
Expand All @@ -61,6 +62,7 @@ The following are the steps for how Y-stream and Z-stream releases gets cut.
1. Create a new release on GitHub targeting the release branch and using the previous Z-Stream tag as the previous release (e.g. `0.15.0` precedes `0.15.1`).
1. Announce release via the following:
- The `#eval` channel on Slack
- The `#eval` channel on Discord
- The `dev` mailing list

## Release Notes
Expand Down

0 comments on commit 742e05a

Please sign in to comment.