From 475eb758dcab4388d24b7159ff0235f26311901d Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 31 Jul 2026 09:41:03 -0500 Subject: [PATCH] Update create.md This PR fixes some missing line delimiters in a command example --- docs/data/release-notes/create.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).