Update release notes, refs #1339

This commit is contained in:
Andreas Dangel 2018-09-14 23:01:05 +02:00
parent b3a78c4ac6
commit 382aa8e142
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def upload_report
@logger.info "Successfully uploaded #{tar_filename} to chunk.io"
# set value of sticky to true and the message is kept after new commits are submited to the PR
message("This changeset introduce #{@new_violations} new violations and #{@new_errors} new errors,\n" +
message("This changeset introduces #{@new_violations} new violations and #{@new_errors} new errors,\n" +
"removes #{@removed_violations} violations and #{@removed_errors} errors. [Full report](#{report_url.chomp}/diff/index.html)", sticky: true)
else
@logger.error "Error while uploading #{tar_filename} to chunk.io: #{report_url}"

View File

@ -75,5 +75,7 @@ the breaking API changes will be performed in 7.0.0.
### External Contributions
* [#1339](https://github.com/pmd/pmd/pull/1339): \[ci] Improve danger message - [BBG](https://github.com/djydewang)
{% endtocmaker %}