diff --git a/docs/sources/contribute/release-notes/index.md b/docs/sources/contribute/release-notes/index.md index ba92e63cd..b624b2bae 100644 --- a/docs/sources/contribute/release-notes/index.md +++ b/docs/sources/contribute/release-notes/index.md @@ -5,6 +5,7 @@ aliases: - /docs/writers-toolkit/contribute/release-notes/ - /docs/writers-toolkit/writing-guide/contribute-documentation/contribute-release-notes/ date: "2022-08-02T14:45:05+01:00" +divider: "" description: Learn the different ways of contributing to the Grafana Labs What's new document and Grafana release notes. @@ -63,6 +64,9 @@ When you're ready to add a What's new entry, complete the following steps: 1. Go to the What's new collection of the [website CMS](https://admin.grafana.com/content-admin/#/collections/whats-new) and click **New Feature** at the top of the page. 1. Fill out [the CMS fields](#cms-fields). +1. (Optional) To control how much of your post is shown before the **Read more** button in list views everywhere, use a `{{< param "divider" >}}` divider as a cutoff point for the preview. + Without this, the system will automatically pick a cutoff point for the preview. + 1. Click **Save**. The entry is now in **Draft** status and the CMS opens a pull request in the `grafana/website` repository. @@ -180,9 +184,7 @@ This is typically someone on the Technical Writing team. 1. Go to [Upload artifact for Grafana What's New](https://github.com/grafana/website/actions/workflows/generate-whats-new.yml) and: 1. Open the **Run workflow** drop-down list. - 1. Fill in the fields. - 1. Click the **Run workflow** button to generate a YAML file from the _What's new from Grafana Labs_. 1. When the workflow finishes, click **Upload artifact for Grafana What's new** for that workflow run.