Skip to content

Commit

Permalink
chore: change revapi config for more relevant messages (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored and surli committed Jun 12, 2017
1 parent 30dd324 commit 13caa76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chore/revapi_tpl.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Detected changes: ${reports?size}.
| New | ${report.newElement!"none"} |
| Code | ${diff.code} |
| Description | ${diff.description!"none"} |
| Breaking | <#list diff.classification?keys as compat><#if compat?lower_case=="source">${compat?lower_case}: ${diff.classification?api.get(compat)?lower_case}<#sep>, </#if></#list> |
| Breaking | <#list diff.classification?keys as compat><#if compat?lower_case=="binary">${compat?lower_case}: ${diff.classification?api.get(compat)?lower_case}<#sep>, </#if></#list> |
</#list>
<#sep>

Expand Down
1 change: 1 addition & 0 deletions revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

"reporter" : {
"text" : {
"minSeverity": "BREAKING",
"output" : "target/revapi_report.md",
"template": "chore/revapi_tpl.ftl",
"append": false
Expand Down

0 comments on commit 13caa76

Please sign in to comment.