Skip to content

Commit 37a08c3

Browse files
committed
fix(changelog): set changelog mode to init to regenerate from scratch
1 parent a1435ab commit 37a08c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Changelog
22

3-
<!-- version list -->
4-
53
## v0.4.5 (2025-10-03)
64

75
### Bug Fixes

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ Documentation = "https://github.com/hadrien/fastsqla"
3939
Repository = "https://github.com/hadrien/fastsqla"
4040
Issues = "https://github.com/hadrien/fastsqla/issues"
4141
Changelog = "https://github.com/hadrien/fastsqla/releases"
42+
4243
[tool.setuptools]
4344
license-files = []
45+
4446
[project.optional-dependencies]
4547
docs = [
4648
"mkdocs-glightbox>=0.4.0",
@@ -91,6 +93,9 @@ env = "GH_TOKEN"
9193
version_toml = ["pyproject.toml:project.version"]
9294
allow_zero_version = true
9395

96+
[tool.semantic_release.changelog]
97+
mode = "init"
98+
9499
[tool.semantic_release.changelog.default_templates]
95100
changelog_file = "./docs/changelog.md"
96101

0 commit comments

Comments
 (0)