Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef4a9bd

Browse files
author
David Arnold
authored
fix: conventional commit schema
1 parent 59982b9 commit ef4a9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎commitizen/cz/conventional_commits/conventional_commits.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ def schema(self) -> str:
171171
return (
172172
"<type>(<scope>): <subject>\n"
173173
"<BLANK LINE>\n"
174-
"(BREAKING CHANGE: )<body>\n"
174+
"<body>\n"
175175
"<BLANK LINE>\n"
176-
"<footer>"
176+
"(BREAKING CHANGE: )<footer>"
177177
)
178178

179179
def schema_pattern(self) -> str:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /