Skip to content

Commit dc144dd

Browse files
authored
docs(website): correct inverted consequences of configuration value (#760)
1 parent 9f39bcb commit dc144dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/templating/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ BREAKING CHANGE: this is a breaking change
114114
If the `BREAKING CHANGE:` footer is present, the footer will also be included in
115115
`commit.footers`.
116116

117-
Breaking changes will be skipped if [`protect_breaking_commits`](/docs/configuration/git#protect_breaking_commits) is set to `true`, even when matched by a skipping [commit_parser](/docs/configuration/git#commit_parsers).
117+
Breaking changes will not be skipped if [`protect_breaking_commits`](/docs/configuration/git#protect_breaking_commits) is set to `true`, even when matched by a skipping [commit_parser](/docs/configuration/git#commit_parsers).
118118

119119
### Committer vs Author
120120

0 commit comments

Comments
 (0)