Skip to content

Idea: option to couple git commit from CLI #40

@andrewcstewart

Description

@andrewcstewart

It would be handy to have an option to tack a git commit command along with the cl command, using the same message.

For example, right now you might manually do the following:

changelog new "add new feature x"
git commit -m "add new feature x"

With an optional flag, you could do both with one command:

changelog --git added "add new feature x"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions