forked from phoedos/pmd
Update release notes, refs #1339
This commit is contained in:
parent
b3a78c4ac6
commit
382aa8e142
@ -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}"
|
||||
|
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user