Skip to content

Commit 38b1dd7

Browse files
authored
[REL-4161] fix typo (#526)
ugh <!-- ld-jira-link --> --- Related Jira issue: [REL-4161: Migrate ld-find-code-refs from Releaser to GHA](https://launchdarkly.atlassian.net/browse/REL-4161) <!-- end-ld-jira-link -->
1 parent 249237a commit 38b1dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release/commit-and-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tag_exists() (
1111

1212
update_changelog() (
1313
local ts=$(date +"%Y-%m-%d")
14-
local changelog_json=$(echo "$CHANGELOG_ENTRY" | jq =r .)
14+
local changelog_json=$(echo "$CHANGELOG_ENTRY" | jq -r .)
1515
local changelog_entry=$(printf "## [%s] - %s\n%s\n" "$LD_RELEASE_VERSION" "$ts" "$changelog_json")
1616

1717
# insert the new changelog entry (followed by empty line) after line 4

0 commit comments

Comments
 (0)