Automate versioning + changelog on every deploy (v0.2.0)

- changelog.json is now the single source of truth; version.py reads it.
- release.py: one command to bump version + prepend a changelog entry + regen
  CHANGELOG.md. Dogfooded to cut 0.2.0.
- repo CLAUDE.md documents the MANDATORY 'cut a release on every deploy' rule
  + deploy/secrets conventions, so it applies to anyone who pulls the repo.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 17:00:47 -05:00
parent e381b615d6
commit 99b4dd2368
5 changed files with 190 additions and 24 deletions

View File

@@ -1,7 +1,12 @@
# Changelog
All notable changes to Moon Household Budget. Newest first.
This file mirrors the structured changelog in `version.py` (shown at `/changelog`).
Generated from changelog.json by release.py — do not edit by hand.
## 0.2.0 — 2026-06-06 — Automatic version + changelog on every update
- Every app update now automatically bumps the version and adds a 'What's New' entry, so you always see what changed.
- Added a one-command release tool and wrote the process into the project so any future change stays documented.
## 0.1.0 — 2026-06-06 — First tracked release