-
Notifications
You must be signed in to change notification settings - Fork 745
Open
Description
Requirements & Background
I want to add a --msg command line option to the changeset add command. This would allow users to directly pass auto-generated changelog text (such as text generated by AI tools) into the changeset’s changelog message.
Currently, changeset add requires interactive step-by-step message input. However, when integrating with automated workflows (e.g., AI-written commit messages/changelogs), there is a lack of a method to pipe the message in directly.
Main Requirements
- Support a
--msgor--messageflag forchangeset add, allowing the change description to be provided as a parameter instead of via interactive input. - Example:
changeset add --msg "Added a feature to a certain package"
• If--msgis provided, use that content directly as the changelog message and bypass the interactive mode for that step.
Use Cases
- When developing automation tools, feed AI-generated changelogs/messages directly into changesets.
- Improve script pipeline efficiency.
Additional Notes
- The existing interactive selection for Packages and Major/Minor/Patch levels should remain unchanged.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels