forked from phoedos/pmd
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e2b03e76d3 |
@ -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//$'\\'/\\\\}"
|
||||||
RELEASE_BODY="${RELEASE_BODY//$'\r'/}"
|
RELEASE_BODY="${RELEASE_BODY//$'\r'/}"
|
||||||
RELEASE_BODY="${RELEASE_BODY//$'\n'/\\r\\n}"
|
RELEASE_BODY="${RELEASE_BODY//$'\n'/\\r\\n}"
|
||||||
RELEASE_BODY="${RELEASE_BODY//$'"'/\\$'"'}"
|
RELEASE_BODY="${RELEASE_BODY//'"'/\\\"}"
|
||||||
cat > release-edit-request.json <<EOF
|
cat > release-edit-request.json <<EOF
|
||||||
{
|
{
|
||||||
"name": "$RELEASE_NAME",
|
"name": "$RELEASE_NAME",
|
||||||
|
@ -17,6 +17,10 @@ This is a bug fixing release.
|
|||||||
|
|
||||||
### Fixed Issues
|
### Fixed Issues
|
||||||
|
|
||||||
|
* General
|
||||||
|
* [#324](https://github.com/pmd/pmd/issues/324): \[core] Automated release - github release notes missing
|
||||||
|
|
||||||
|
|
||||||
### API Changes
|
### API Changes
|
||||||
|
|
||||||
### External Contributions
|
### External Contributions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user