Skip to content

Changelog

Panacea doesn't publish a hand-maintained changelog file yet — the source of truth for what's shipped is:

Generate one for your own project

The CLI can write a changelog from git history for your codebase:

bash anote changelog # since the last tag anote changelog --since v1.2.0 anote changelog --dry-run # print instead of writing CHANGELOG.md

This writes to your project's own CHANGELOG.md, not Panacea's.