diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20241d7..e4f6d1048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ - Update comment instead deleting, if it has replies (BitBucket Server) [@langovoi][] - Fix BitBucket Server GitDSL [@langovoi][] - Add support of paged APIs of BitBucket Server [@langovoi][] +- Revert removal of implicit `
` tag from [danger/danger-js#754](https://github.com/danger/danger-js/pull/754) and add + disctinction depending on containing markdown or not - [@hanneskaeufler][] # 6.1.6 diff --git a/source/runner/templates/_tests/__snapshots__/_githubIssueTemplates.test.ts.snap b/source/runner/templates/_tests/__snapshots__/_githubIssueTemplates.test.ts.snap index 5325a21e6..9748f75eb 100644 --- a/source/runner/templates/_tests/__snapshots__/_githubIssueTemplates.test.ts.snap +++ b/source/runner/templates/_tests/__snapshots__/_githubIssueTemplates.test.ts.snap @@ -43,7 +43,10 @@ exports[`generating inline messages Shows correct messages for inline/regular vi
+ | Messages | +
---|---|
:book: | +no markdown here | +
+ Generated by :no_entry_sign: dangerJS +
+" +`; + +exports[`generating messages leaves space between