From 1f4965e8775e0f79e56c7b2ba69cefe1f03bdfdb Mon Sep 17 00:00:00 2001 From: Dave May Date: Mon, 30 Oct 2023 10:13:19 -0400 Subject: [PATCH] docs: Add code fence to Improvements example (#18902) --- contributing/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributing/CHANGELOG.md b/contributing/CHANGELOG.md index 27e346656..e770ba847 100644 --- a/contributing/CHANGELOG.md +++ b/contributing/CHANGELOG.md @@ -48,9 +48,11 @@ Significant major release features. Typically included in release blog announcem Improvements are incremental and quality of life enhancement that don't rise to the FEATURES level: +~~~ ```release-note:improvement cli: Added `-monitor` flag to `deployment status` command and automatically monitor deployments from `job run` command. ``` +~~~ ### Bug