Skip to main
maudeMDCC/00
Flow commands

/flow:release-changelog

Author a changelog entry using the project's configured changelog provider.

PropertyValue
Command/flow:release-changelog
Categoryrelease
Argument hint(none)
Sourceplugins/flow/commands/release-changelog.md

Description

Author a changelog entry using the project's configured changelog provider.

Invocation

snippet
/flow:release-changelog

Summary

Provider-dispatched authoring command. Reads integrations.changelog.provider from .ai/workflows.config.json and routes to the right tool. Phase 3 implements the changesets provider end-to-end; other enum values stub to a "not yet implemented" message.

Source of truth

This page is auto-generated from the command's frontmatter. The exact prompt Claude runs — including directives, edge-case handling, and tool-routing logic — lives in the source file:

plugins/flow/commands/release-changelog.md → read it for the full behavior.

On this page