Skip to content

Commit 8c92c29

Browse files
authored
Update release.yml (#44)
1 parent 074b9f4 commit 8c92c29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
export download_url="https://github.com/rayakame/sqlc-gen-better-python/releases/download/${{ steps.latest.outputs.output }}/sqlc-gen-better-python.wasm"
4343
4444
# Create the release body with the warning message at the top
45-
echo "> [!WARNING] \n> Every Release before \`v1.0.0\`, including this one is an **early alpha release**. Currently, there is 0% test coverage and these versions are only released for interested people who want to test this plugin and help make it better." > release_body.md
46-
45+
echo "> [!WARNING]" > release_body.md
46+
echo "> Every Release before \`v1.0.0\`, including this one is an **early alpha release**. Currently, there is 0% test coverage and these versions are only released for interested people who want to test this plugin and help make it better." >> release_body.md
47+
4748
# Add the release changelog and YAML content below the warning message
4849
cat .changes/${{ steps.latest.outputs.output }}.md >> release_body.md
4950
echo "\`\`\`yaml" >> release_body.md

0 commit comments

Comments
 (0)