Skip to content

Commit 7720592

Browse files
committed
fix: formating tweaks
1 parent 3e0f036 commit 7720592

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hack/component.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"### \(.componentName) [[\(.tagName)](\(.url))]:
2-
3-
\(.body)"
1+
"## \(.componentName) [[\(.tagName)](\(.url))]:
42

3+
\(.body)
4+
---"

hack/generate_release_notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ echo "$references" | while read -r name repo version; do
1414
gh release view "$version" --repo "$repo" --json tagName,body,url \
1515
| jq '. + {"componentName": env.REPO}' \
1616
| jq -r -f ./hack/component.tpl \
17-
| sed "s/^##\ /#### /g" # improve formatting until upstream formatting is fixed.
17+
| sed "s/^#\ /## /g" | sed "s/^##\ C/###\ C/g" # improve formatting until upstream formatting is fixed.
1818
done

0 commit comments

Comments
 (0)