Back to Cline

Auto-Generate Changelog from Commits

sdk/examples/cron/changelog-generator.cron.md

3.83.0566 B
Original Source

Review recent commits in the apps/cli directory since the last CHANGELOG entry. Generate a summary of significant changes (new features, bug fixes, breaking changes). Update apps/cli/CHANGELOG.md with a new version entry at the top following this format:

[VERSION] (YYYY-MM-DD)

  • Feature: [description]
  • Fix: [description]
  • Breaking: [description]

Do NOT bump the version number in package.json. Do NOT override existing entries. Focus on user-facing changes, not internal refactors.

Follow the existing changelog style and format from previous entries.