Write and update the ilovecodex repository changelog in CHANGELOG.md using package.json version, Git tags, and Git history. Use when asked to write changelog, update release notes, summarize changes from the previous tag to the current commit, or generate a new release section for this repository from Git changes, including requests such as “写 changelog”, “更新发布日志”, or “根据 tag 到当前提交生成版本说明”.
This skill is only for the ilovecodex repository. It writes the root CHANGELOG.md and defaults to summarizing changes from the previous release tag to the current commit.
python3 skills/ilc-changelog/scripts/collect_release_context.py --json first.references/changelog-format.md before drafting or editing the changelog.CHANGELOG.md so the new section is inserted below the intro, not appended to the bottom.package.json version and today's date.CHANGELOG.mdpackage.jsonHEADHEAD is already tagged, use the next older reachable tag so the range stays non-empty.--from-tag, --to-ref, and --version on the helper script when the release range must be overridden.