Commit Graph
3 Commits
Author SHA1 Message Date
jbpenrath 04faf870f6 🔧(release) regenerate uv.lock files when bumping version
The release script was not updating uv.lock files after bumping
the version in pyproject.toml, causing lockfile desync.
2026-03-05 16:38:00 +01:00
jbpenrath cd261132e7 🔖(minor) release version 0.1.0
Update all version files and changelog for minor release.
2026-01-20 16:01:29 +01:00
Sabrina DemagnyandGitHub 0cb05d9e77 (scripts) add release automation script (#472)
Add a Python script to automate the release process:
- Validates semver version format
- Calculates next version automatically based on release kind
- Updates version in pyproject.toml, package.json and package-lock.json
- Updates CHANGELOG.md with release date
- Creates release branch and commits changes

Usage:
make release
or
bin/release.py --kind m --version ...
2026-01-12 00:37:16 +01:00