You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create the release body with the warning message at the top
48
-
echo "> [!WARNING]" > release_body.md
49
-
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
50
-
51
-
# Add the release changelog and YAML content below the warning message
# Create the release body with the warning message at the top
70
+
echo "> [!WARNING]" > release_body.md
71
+
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
72
+
73
+
# Add the release changelog and YAML content below the warning message
0 commit comments