Skip to content

Commit cec6ada

Browse files
author
Nick MacCarthy
committed
fix: enable changelog updates for semantic release
1 parent a936c28 commit cec6ada

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.releaserc.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ prerelease_token = "rc"
1212

1313
[semantic_release.changelog]
1414
mode = "update"
15+
insertion_flag = "<!-- version list -->"
1516

1617
[semantic_release.changelog.default_templates]
1718
changelog_file = "CHANGELOG.md"

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
<!-- version list -->
9+
10+
## [3.1.0] - 2026-04-13
911
### changed
1012
- Modernized packaging and developer workflow around `pyproject.toml`, `uv`, `pytest`, `ruff`, and `mypy`
1113
- Updated CI and release automation to use the new build and verification flow

0 commit comments

Comments
 (0)