Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 900d457

Browse files
committed
repo: Update towncrier title format
1 parent a67cdeb commit 900d457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
package = "ai.backend.client"
33
filename = "CHANGELOG.md"
44
directory = "changes/"
5-
title_format = "{version} ({project_date})"
5+
title_format = "## {version} ({project_date})"
66
template = "changes/template.md"
77
issue_format = "([#{issue}](https://github.com/lablup/backend.ai-client-py/issues/{issue}))"
8-
underlines = ["-", "", ""]
8+
underlines = ["", "", ""]
99

1010
[[tool.towncrier.type]]
1111
directory = "breaking"

0 commit comments

Comments
 (0)