changelog generator & diff tool stormlightlabs.github.io/git-storm/
changelog changeset markdown golang git
at main 18 lines 711 B view raw view rendered
1--- 2layout: home 3hero: 4 name: "Storm" 5 text: "Local-first changelog manager" 6 tagline: "Collect unreleased notes, review them in TUIs, and publish semantic releases without leaving git" 7 actions: 8 - theme: brand 9 text: Quickstart 10 link: /quickstart 11features: 12 - title: Keep a Changelog native 13 details: Entries stay in `.changes/*.md` until you promote them, keeping releases reproducible and reviewable. 14 - title: Toolchain aware 15 details: The bump and release commands can update Cargo, npm, Python, and Deno manifests in lockstep. 16 - title: Built for TUIs 17 details: Commit selectors, unreleased reviews, and diff viewers are powered by Bubble Tea and share the same palette. 18---