Removed debug

This commit is contained in:
Simon Wisselink
2023-08-08 00:16:49 +02:00
parent 362104ef9f
commit 277dfda102

View File

@@ -7,9 +7,6 @@ else
exit 1; exit 1;
fi fi
## DEBUG
exit 1;
git checkout -b "release/$1" git checkout -b "release/$1"
sed -i "s/## \\[Unreleased\\]/## \\[Unreleased\\]\\n\\n## \\[$1\\] - $(date +%Y-%m-%d)/" CHANGELOG.md sed -i "s/## \\[Unreleased\\]/## \\[Unreleased\\]\\n\\n## \\[$1\\] - $(date +%Y-%m-%d)/" CHANGELOG.md
sed -i "s/const SMARTY_VERSION = '[^']\+';/const SMARTY_VERSION = '$1';/" libs/Smarty.class.php sed -i "s/const SMARTY_VERSION = '[^']\+';/const SMARTY_VERSION = '$1';/" libs/Smarty.class.php