From 91ab1bc80fabb7822e456de5487cb868ba1ccb56 Mon Sep 17 00:00:00 2001 From: Kuisong Tong Date: Mon, 9 Sep 2024 15:02:14 -0700 Subject: [PATCH] fix changelog (#481) --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3575ad9a..db1d1a82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: tag_name: "v${{ steps.query-release-info.outputs.version }}", target_commitish: context.sha, name: "v${{ steps.query-release-info.outputs.version }}", - body: "${{ steps.query-release-info.outputs.release-notes }}" + body: `${{ steps.query-release-info.outputs.release-notes }}` }) - name: Tag Submodules uses: actions/github-script@v7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7a5f76..61796c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added -- Support converting unmarshalled configurations to `interface{}`. -Defaults to `map[string]interface{}` for now if the source has nested values and -the destination is just an `interface{}` (#460). +- Support converting unmarshalled configurations to interface{}. +Defaults to map[string]interface{} for now if the source has nested values and +the destination is just an interface{} (#460). ## [1.3.0] - 2024-08-26