-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[closes #452] Add breaking changes to changelog
- Loading branch information
Showing
3 changed files
with
51 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{{#printBreakingChanges commits}}{{/printBreakingChanges}} | ||
## What's Changed | ||
|
||
{{#commits}} | ||
{{#ifMatches messageTitle ".*[bB]ump .*"}}{{else}} | ||
{{>commit}} | ||
|
||
{{/ifMatches}} | ||
{{#ifMatches messageTitle ".*[bB]ump .*"}} | ||
{{else}} | ||
{{#printCommit .}}{{/printCommit}} | ||
{{/ifMatches}} | ||
{{/commits}} | ||
|
||
## Dependency updates | ||
|
||
{{#commits}} | ||
{{#ifMatches messageTitle ".*[bB]ump .*"}} | ||
{{>commit}} | ||
|
||
{{/ifMatches}} | ||
{{#ifMatches messageTitle ".*[bB]ump .*"}} | ||
{{#printCommit .}}{{/printCommit}} | ||
{{/ifMatches}} | ||
{{/commits}} |
This file was deleted.
Oops, something went wrong.