diff --git a/docs/data/release-notes/create.md b/docs/data/release-notes/create.md index 5299e0ee2..f37da1346 100644 --- a/docs/data/release-notes/create.md +++ b/docs/data/release-notes/create.md @@ -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" ``` @@ -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). \ No newline at end of file +The release bundles are ultimately used to generate [release docs](/data/release-notes/publish.md).