We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df12f52 commit 186de51Copy full SHA for 186de51
commitizen/changelog.py
@@ -238,8 +238,8 @@ def get_metadata(filepath: str) -> Dict:
238
def incremental_build(new_content: str, lines: List, metadata: Dict) -> List:
239
"""Takes the original lines and updates with new_content.
240
241
- The metadata holds information enough to remove the old unreleased and
242
- where to place the new content
+ The metadata governs how to remove the old unreleased section and where to place the
+ new content.
243
244
Args:
245
lines: The lines from the changelog
0 commit comments