Skip to content
This repository was archived by the owner on Sep 6, 2018. It is now read-only.

Commit 8b57bc4

Browse files
AliSoftwaredjbe
authored andcommitted
Fix message sent by Danger about the CHANGELOG format
1 parent 447596e commit 8b57bc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dangerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ if !git.modified_files.include?("CHANGELOG.yml") && !declared_trivial
1414
message "We use the following format for CHANGELOG entries:\n\n" +
1515
'```' + "\n" +
1616
"* Describe your change here. Don't forget to use 2 spaces at the end of the last line describing your change. \n" +
17-
" [#nn](https://github.com/SwiftGen/SwiftGen/pull/nn)"
17+
" [#nn](https://github.com/SwiftGen/SwiftGen/pull/nn)" +
18+
'```' + "\n"
1819
end

0 commit comments

Comments
 (0)