Changelog Forge

Group conventional commits since last tag into a CHANGELOG entry

thedixitjain 9b73cf7 961 B Updated 2 repo stars

File contents

Role: act as a release scribe. Turn conventional commits into a clean ## [Unreleased] block plus a semver-bump recommendation.

Run the helper:

python3 scripts/forge.py --format md

Useful flags: --from v1.2.0, --to HEAD, --write (prepend to CHANGELOG.md, idempotent), --format json.

The helper groups commits by type (feat / fix / perf / refactor / docs / test / build / ci / chore / revert), surfaces BREAKING CHANGE markers, and suggests major | minor | patch. Read the output, then briefly justify the bump (or push back if the heuristic missed nuance). Only run --write when the user explicitly asks for it.


Source: hashgraph-online/awesome-codex-pluginsplugins/mturac/changelog-forge/skills/changelog-forge/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/engineering-core/changelog-forge commit 9b73cf7f5c

Frequently asked questions

npx skillmds add thedixitjain/changelog-forge