You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds option for hiding breaking changes from commit body in changelog.
BREAKING CHANGE: Breaking changes will now be hidden from the commit body and will only appear in the breaking change section. The behavior can be controlled with the newly added option `changeup_hide_breaking`.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ The behavior of the plugin can be customized by providing the following options
39
39
|`changeup_repo_base_url`| The base URL for the repository, for instance `"https://github.com/my/repo"`. |`""`|
40
40
|`changeup_show_hash`| Whether to add a link to the commit for each entry in the changelog. If `changeup_repo_base_url` is provided, the hash are linked to the commit. |`true`|
41
41
|`changeup_show_body`| Whether to include the commit body in the changelog. |`true`|
42
+
|`changeup_hide_breaking`| Whether to include the breaking changes section also in the the commit body if `changeup_show_body` is true. This prevents duplicate entries. |`true`|
42
43
|`changeup_body_indent`| The number of spaces to indent the commit body if `changeup_show_body` is set to `true`. |`2`|
43
44
|`changeup_link_issues`| If `true`, tries to convert issue numbers in phrases like `closes #21` to links. Only works if `changeup_repo_base_url` is provided. |`true`|
44
45
|`changeup_scope_prefix`| Prefix for the scope of the change. |`"**"`|
0 commit comments