Commit 75b8cf5
authored
[CICD-496] Fix autogenerated release notes (#96)
[CICD-496] Use EOF syntax when generating release notes
Newline characters are not currently encoded properly when release notes are autogenerated.
This PR uses the EOF syntax (now recommended by GitHub) to handle encoding of the multi-line release note string.1 parent 51a7046 commit 75b8cf5
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
24 | 23 | | |
0 commit comments