From ed0c4497e78eb68633d2b1ad6ef256a0046834fa Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 9 Nov 2023 05:41:36 -0500 Subject: [PATCH] changelog: Fix entry quoting issues Previously: ``` Error: unmarshaling change file '.changes/unreleased/NOTES-20231011-094644.yaml': yaml: line 2: did not find expected key ``` --- .changes/unreleased/NOTES-20231011-094644.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changes/unreleased/NOTES-20231011-094644.yaml b/.changes/unreleased/NOTES-20231011-094644.yaml index c640392c50..e2dc8e973e 100644 --- a/.changes/unreleased/NOTES-20231011-094644.yaml +++ b/.changes/unreleased/NOTES-20231011-094644.yaml @@ -1,7 +1,7 @@ kind: NOTES body: 'meta: The `SDKVersion` variable, `SDKPrerelease` variable, and `SDKVersionString()` - function have been deprecated. Use the Go standard library `runtime/debug' package - build information instead. + function have been deprecated. Use the Go standard library `runtime/debug` package + build information instead.' time: 2023-10-11T09:46:44.606126-04:00 custom: Issue: "1257"