Skip to content

Changeset add non-interactive bump type #2152

Description

@mynameistito

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions