Commit 9869760
authored
[REL-4161] switch to printf to allow for backticks in CHANGELOG (#523)
😩 please let this be the last one 😩
Using the heredoc was creating toil because the syntax is kinda fiddly
and `workflow_dispatch` is only available on main, so I needed to create
a PR and get a review for every change. But in the end, using `printf`
is better anyway because it allows for backticks, which bash will try to
run if they appear inside an unquoted heredoc. We'll see if the
CHANGELOG comes out looking okay, but cursor assures me `printf` works
well for multiline content. 🤞
<!-- 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 d45f25b commit 9869760
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 14 | + | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
0 commit comments