Skip to content

Commit

Permalink
refactor: Use latest git-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 12, 2023
1 parent 2221946 commit dceea95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/duties.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def changelog(ctx: Context) -> None:
parse_trailers=True,
parse_refs=False,
sections=["build", "deps", "feat", "fix", "refactor"],
bump_latest=True,
bump="auto",
in_place=True,
),
title="Updating changelog",
Expand Down
2 changes: 1 addition & 1 deletion project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ docs = [
maintain = [
"black>=23.1",
"blacken-docs>=1.13",
"git-changelog>=1.0",
"git-changelog>=2.3",
]
quality = [
"ruff>=0.0.246",
Expand Down

0 comments on commit dceea95

Please sign in to comment.