From dd79d8b7351bd757deca0b8de569f2b8fb6f965e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Cruz?= <56051804+macruzbar@users.noreply.github.com> Date: Wed, 9 Sep 2020 11:30:29 -0700 Subject: [PATCH 1/3] Adding a section about new releases blog --- blog/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blog/README.md b/blog/README.md index 4dd20120b88..ada4f8a4b44 100644 --- a/blog/README.md +++ b/blog/README.md @@ -34,7 +34,7 @@ To submit a blog post, follow the steps below. #### Suitable content: - **Original content only** -- Knative new feature releases and project updates +- Knative [new feature releases and project updates](## Communicating new project releases) - Tutorials and demos [start a blog](https://github.com/knative/docs/pull/2511) - Use cases - Content that is specific to a vendor or platform about Knative installation and use @@ -44,6 +44,10 @@ To submit a blog post, follow the steps below. - Content that doesn't interact with Knative APIs or interfaces - Vendor pitches +## Communicating new project releases +**Scheduled releases (every 6 weeks).** Knative project has a release every 6 weeks, and we need your help communicating new changes to our community! If you would like to contribute a blogpost to the Knative blog, please consider writing about the latest changes to the project. Ideally, we should have a single blogpost for every release *number*, for example, 0.17; 0.18; 0.19. The title convention should be: *Version [version number] release - [date]*. Release blog contributors should write a summary of the changes, which can be organized by working groups if this makes sense, and select up to 3 highlights of the current release. +**Big changes to the project.** Big changes to the project require a deep dive blog that describe the new feature in detail and give examples of the new functionality. + ## Review Process After a blog post is submitted as a PR, it is automatically assigned to a reviewer. From f5f367ef91e58f18e8de8b7d718cccee436ef8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Cruz?= <56051804+macruzbar@users.noreply.github.com> Date: Wed, 9 Sep 2020 16:15:56 -0700 Subject: [PATCH 2/3] Update blog/README.md Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com> --- blog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/README.md b/blog/README.md index ada4f8a4b44..e31f9db179d 100644 --- a/blog/README.md +++ b/blog/README.md @@ -45,7 +45,7 @@ To submit a blog post, follow the steps below. - Vendor pitches ## Communicating new project releases -**Scheduled releases (every 6 weeks).** Knative project has a release every 6 weeks, and we need your help communicating new changes to our community! If you would like to contribute a blogpost to the Knative blog, please consider writing about the latest changes to the project. Ideally, we should have a single blogpost for every release *number*, for example, 0.17; 0.18; 0.19. The title convention should be: *Version [version number] release - [date]*. Release blog contributors should write a summary of the changes, which can be organized by working groups if this makes sense, and select up to 3 highlights of the current release. +**Scheduled releases:** The Knative project has a release every 6 weeks, and we need your help communicating new changes to our community! If you would like to contribute a blog post to the Knative blog, please consider writing about the latest changes to the project. Ideally, there should be a single blog post for every release version, for example, 0.17; 0.18; 0.19. The title convention should be: *Version [version number] release - [date]*. Release blog contributors should write a summary of the changes and select up to 3 highlights of the current release to write about. **Big changes to the project.** Big changes to the project require a deep dive blog that describe the new feature in detail and give examples of the new functionality. ## Review Process From 8d497c726b8485b7cd8500981c0e0621262469b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Cruz?= <56051804+macruzbar@users.noreply.github.com> Date: Thu, 24 Sep 2020 15:01:21 -0700 Subject: [PATCH 3/3] Update blog/README.md Co-authored-by: Mike Petersen --- blog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/README.md b/blog/README.md index e31f9db179d..83c87c50212 100644 --- a/blog/README.md +++ b/blog/README.md @@ -46,7 +46,7 @@ To submit a blog post, follow the steps below. ## Communicating new project releases **Scheduled releases:** The Knative project has a release every 6 weeks, and we need your help communicating new changes to our community! If you would like to contribute a blog post to the Knative blog, please consider writing about the latest changes to the project. Ideally, there should be a single blog post for every release version, for example, 0.17; 0.18; 0.19. The title convention should be: *Version [version number] release - [date]*. Release blog contributors should write a summary of the changes and select up to 3 highlights of the current release to write about. -**Big changes to the project.** Big changes to the project require a deep dive blog that describe the new feature in detail and give examples of the new functionality. +**Big changes to the project.** Big changes to the project require a deep dive blog that describes the new feature in detail and give examples of the new functionality. ## Review Process