-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3ea6bc
commit d7f4457
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Release Templates | ||
|
||
This document contains a collection of announcement templates for the release team. | ||
|
||
## Email Release Announcement Template | ||
|
||
``` | ||
Hello everyone, | ||
Cluster API patch versions vX.Y.Z has been released! | ||
This release was focused on improving existing features and stability of CAPI. | ||
There were a total of A commits and B bugs fixed by our awesome contributors! Kudos! | ||
Below are the release notes of each of the patch release : | ||
- https://github.com/kubernetes-sigs/cluster-api/releases/tag/vX.Y.Z | ||
Thanks to all our contributors! | ||
Best, | ||
CAPI Release Team | ||
``` | ||
|
||
## Slack Weekly Announcement Template | ||
|
||
``` | ||
# Weekly announcement template | ||
Weekly update :rotating_light: | ||
Week `x` - `yyyy-mm-dd` to `yyyy-mm-dd` (If unsure what week check either Google Calendar or https://vecka.nu/) | ||
From your friendly comms release team | ||
Fun stats :wookie_party_time: | ||
1. X PRs merged for all releases | ||
1. X PRs merged into 1.X (main) | ||
1. X bugs fixed | ||
New Features | ||
- :sparkles: Some feature.. | ||
- For a full list of all the changes see last weeks closed PRs see : https://github.com/kubernetes-sigs/cluster-api/pulls?q=is%3Apr+closed%3AYYYY-MM-DD..YYYY-MM-DD+is%3Amerged+ | ||
Important upcoming dates :spiral_calendar_pad: (OPTIONAL) | ||
- vX.X.0-beta.0 released - (Add date here) | ||
- release-X.X branch created (Begin [Code Freeze]) - (Add date here) | ||
- vX.X.0 released - (Add date here) | ||
``` | ||
|
||
## Slack Release Announcement Template | ||
|
||
``` | ||
# X.Y.Z Slack announcement example | ||
:tada: :tada: :tada: | ||
Cluster API vX.Y.Z has been released :cluster-api: | ||
This release was focused on improving existing features and stability of CAPI. | ||
There were a total of A commits and B bugs fixed by our awesome contributors! Kudos! | ||
**Some of the hightlights in this release are**: | ||
- :sparkles: Some feature.. | ||
Full list of changes: https://github.com/kubernetes-sigs/cluster-api/releases/tag/vX.Y.Z |