We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdec37d commit 9150599Copy full SHA for 9150599
1 file changed
duties.py
@@ -76,7 +76,7 @@ def changelog(ctx: Context) -> None:
76
template="keepachangelog",
77
parse_trailers=True,
78
parse_refs=False,
79
- sections=["build", "deps", "feat", "fix", "refactor"],
+ sections=["build", "deps", "feat", "fix", "perf", "refactor"],
80
bump_latest=True,
81
in_place=True,
82
),
0 commit comments