Skip to content

Commit 7c8ea8e

Browse files
committed
Fix changelog and towncrier config
1 parent 947c181 commit 7c8ea8e

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 3.10.2 (2025-11-18) {: #3.10.2 }
12+
13+
No significant changes
14+
15+
---
16+
1117
## 3.10.1 (2025-07-23) {: #3.10.1 }
1218

1319
### Bugfixes

CHANGES.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[tool.towncrier]
22
package = "pulp_python"
3-
filename = "CHANGES.rst"
3+
filename = "CHANGES.md"
44
directory = "CHANGES/"
5-
title_format = "{version} ({project_date})"
5+
title_format = "## {version} ({project_date}) {{: #{version} }}"
66
template = "CHANGES/.TEMPLATE.md"
7-
issue_format = "`#{issue} <https://github.com/pulp/pulp_python/issues/{issue}>`__"
7+
issue_format = "[#{issue}](https://github.com/pulp/pulp_python/issues/{issue})"
8+
start_string = "[//]: # (towncrier release notes start)\n"
9+
underlines = ["", "", ""]
810

911
[tool.check-manifest]
1012
ignore = [

0 commit comments

Comments
 (0)