It would be useful for working w/ agents, if there was a small non-interactive way to create a changeset with a known bump type and message.
Support either of these forms:
changeset add patch --message "Fix package export types"
changeset add minor --message "Add new CLI option"
changeset add major --message "Remove deprecated API"
or:
changeset add --type patch --message "Fix package export types"
changeset add --type minor --message "Add new CLI option"
changeset add --type major --message "Remove deprecated API"
It would be useful for working w/ agents, if there was a small non-interactive way to create a changeset with a known bump type and message.
Support either of these forms:
or: