Changelog and release notes management — Keep a Changelog format, Conventional Commits auto-generation, audience-specific release notes, breaking change communication, and migration guide generation.
From godmodenpx claudepluginhub arbazkhan971/godmodegodmode//changelogGenerate structured changelog from recent git commits, grouped by date and categorized by type (features, fixes, etc.) in markdown format.
/changelogGenerates changelog from git history since last tag or specified ref, grouping conventional commits (feat, fix, etc.) by type with breaking changes and version bump suggestion in Keep a Changelog Markdown.
/changelogParses git history since last release tag, categorizes commits by type, generates Keep a Changelog markdown with next version suggestion, and offers to prepend to CHANGELOG.md.
/changelogGenerates structured changelog from ADVPL/TLPP code changes by analyzing git diffs since a commit/date, classifying by type (NEW, FIX, etc.), and grouping entries. Supports --since, --format, --output, --group-by.
/changelogAnalyzes git commits since last release, categorizes by type (Added, Fixed, etc.), generates user-friendly CHANGELOG.md entries in Keep a Changelog format, and updates file after confirmation.
/changelogGenerates and appends versioned entries to CHANGELOG.md from Git commits and staged changes, auto-classifying into Added/Changed/Fixed/etc. per Keep a Changelog. Uses <version> or today's date.
Changelog and release notes management — Keep a Changelog format, Conventional Commits auto-generation, audience-specific release notes, breaking change communication, and migration guide generation.
/godmode:changelog # Generate changelog entry for next release
/godmode:changelog --setup # Set up Conventional Commits and auto-changelog
/godmode:changelog --release 2.0.0 # Generate changelog for specific version
/godmode:changelog --migration v1 v2 # Generate migration guide between versions
/godmode:changelog --notes # Write user-facing release notes
/godmode:changelog --dev-notes # Write developer-facing release notes
/godmode:changelog --breaking # List and document breaking changes only
/godmode:changelog --full # Regenerate entire changelog from git history
/godmode:changelog --dry-run # Preview changelog without writing files
/godmode:changelog --format keepachangelog # Output format (keepachangelog, conventional, github)
"changelog: generate CHANGELOG.md for v<version>"After changelog: /godmode:ship to publish the release, or /godmode:opensource for full project management.
/godmode:changelog # Auto-generate from commits
/godmode:changelog --setup # Configure commit conventions
/godmode:changelog --migration v1 v2 # Write v1-to-v2 migration guide
/godmode:changelog --notes --release 2.0.0 # User-facing notes for v2.0.0