Skip to content

Commit

Permalink
fix changelog (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Sep 9, 2024
1 parent 1513cee commit 91ab1bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91ab1bc

Please sign in to comment.