Sicomelure Design Generate Changelog

generate-changelog

jiayaoqijia Updated

File contents

generate-changelog

Generate a structured CHANGELOG.md from git history since the last tag.

When to use

  • User asks for a changelog, release notes, or commit summary since a version
  • Preparing a GitHub Release body

How to use

bash scripts/generate-changelog.sh
# or
python3 scripts/generate-changelog.py

Output

Sections: Added / Fixed / Changed / Removed (conventional-commit mapping). Writes CHANGELOG.md (or stdout with --stdout).

jiayaoqijia/cryptoskill/tree/main/skills/dev-tools/sicomelure-design-generate-changelog commit c510ec7f1c

Frequently asked questions

npx skillmds@latest add jiayaoqijia/sicomelure-design-generate-changelog