Skip to content
Open
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: 3 additions & 3 deletions docs/data/release-notes/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ If you already have automated release notes for GitHub releases, you can use the

```sh
docs-builder changelog add \
--title "Improve SAML error handling by adding metadata"
--type enhancement
--title "Improve SAML error handling by adding metadata" \
--type enhancement \
--products "elasticsearch 9.2.8, cloud-serverless 2026-02-02"
```

Expand Down Expand Up @@ -201,4 +201,4 @@ When you set `highlight: true` in a changelog, it appears in both the highlights
## Next steps

After you've created a changelog files, you can gather them into [release bundles](/data/release-notes/bundle.md).
The release bundles are ultimately used to generate [release docs](/data/release-notes/publish.md).
The release bundles are ultimately used to generate [release docs](/data/release-notes/publish.md).
Loading