Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update release-strategy to include discord #454

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 `#sdg` channel on Slack
- The `#sdg` channel on Discord
- The `dev` mailing list

### Z-Stream
Expand All @@ -61,4 +62,5 @@ 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. If changes warrant an announcement, announce via the following:
- The `#sdg` channel on Slack
- The `#sdg` channel on Discord
- The `dev` mailing list
Loading