Skip to content
Snippets Groups Projects
Verified Commit 7b654ec3 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: correctly add whitespace in release description

parent d3e985f7
No related branches found
No related tags found
No related merge requests found
......@@ -265,13 +265,13 @@ prepare release data:
- PHP_REQUIRES=`grep -h 'Requires PHP' *.php | grep -oE '[0-9\.]+'`
- |
{
echo "# Plugin requirements\n"
echo -e "# Plugin requirements\n"
echo "- Tested up to: $WP_TESTED_UP"
echo "- Requires at least: $WP_REQUIRES_AT_LEAST"
echo "- WC tested up to: $WC_TESTED_UP"
echo "- WC requires at least: $WC_REQUIRES_AT_LEAST"
echo "- Requires PHP: $PHP_REQUIRES"
echo "# Changelog\n"
echo -e "# Changelog\n"
} > description.txt
- |
if [ -z "$CI_COMMIT_TAG_MESSAGE" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment