Changelog
Per-release changelogs for the Qubital backend. Each entry is generated automatically from Conventional Commits on the merged PRs for that release.
Placeholder. Changelog generation is deferred until Conventional Commits enforcement is live and stable in the backend repo (Issues 07 and 08 in the Engineering Docs Foundation initiative). The tooling choice (
release-pleasevsgit-cliff) will be made at that point.
Format
Once wired, each release will have its own file: YYYY-MM-DD-vX.Y.Z.md, auto-generated and committed by the release workflow. The index page will link to each release file.
Conventional Commits types used
| Type | Meaning |
|---|---|
feat | New feature |
fix | Bug fix |
perf | Performance improvement |
refactor | Code change with no behaviour change |
chore | Maintenance, dependency bumps |
docs | Documentation only |
ci | CI/CD changes |
break / BREAKING CHANGE | Breaking API or behaviour change |