forked from phoedos/pmd
parent
aab2ff60e7
commit
536280bb98
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user