travis build: fix escaping of double quotes

closes #324
This commit is contained in:
Andreas Dangel 2017-04-14 11:50:37 +02:00
parent aab2ff60e7
commit 536280bb98
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RELEASE_BODY=$(tail -n +3 src/site/markdown/overview/changelog.md) # skips the f
RELEASE_BODY="${RELEASE_BODY//$'\\'/\\\\}"
RELEASE_BODY="${RELEASE_BODY//$'\r'/}"
RELEASE_BODY="${RELEASE_BODY//$'\n'/\\r\\n}"
RELEASE_BODY="${RELEASE_BODY//$'"'/\\$'"'}"
RELEASE_BODY="${RELEASE_BODY//'"'/\\\"}"
cat > release-edit-request.json <<EOF
{
"name": "$RELEASE_NAME",

View File

@ -428,6 +428,7 @@ You need to use this, if you have a large project with many files, and you hit t
* [#234](https://github.com/pmd/pmd/issues/234): \[core] Zip file stream closes spuriously when loading rulesets
* [#256](https://github.com/pmd/pmd/issues/256): \[core] shortnames option is broken with relative paths
* [#305](https://github.com/pmd/pmd/issues/305): \[core] PMD not executing under git bash
* [#324](https://github.com/pmd/pmd/issues/324): \[core] Automated release - github release notes missing
* [#337](https://github.com/pmd/pmd/issues/337): \[core] Version 5.5.4 seems to hold file lock on rules JAR (affects Windows only)
* apex-apexunit
* [#1543](https://sourceforge.net/p/pmd/bugs/1543/): \[apex] ApexUnitTestClassShouldHaveAsserts assumes APEX is case sensitive