Skip to content
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
6 changes: 4 additions & 2 deletions docs/sources/contribute/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<!--more-->"
description:
Learn the different ways of contributing to the Grafana Labs What's new
document and Grafana release notes.
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down