cog-commit(1) General Commands Manual cog-commit(1)

cog-commit - Create a new conventional commit

cog-commit [-B|--breaking-change] [-e|--edit] [-s|--sign] [--skip-ci] [--skip-ci-override] [-a|--add] [-u|--update] [-h|--help] <TYPE> <MESSAGE> [SCOPE]

Create a new conventional commit

Create a BREAKING CHANGE commit
Open commit message in an editor
Sign this commit
Add the skip-ci string defined in the cog.toml (or defaults to [skip ci]) to the commit
Override and add the <SKIP_CI_OVERRIDE> string to the commit
Add files to the commit (similar to git add .)
Update but doesn't add files to the commit (similar to git add -u .)
Print help
<TYPE>
Conventional commit type

[possible values: feat, chore, perf, style, test, refactor, docs, ci, revert, build, fix]

<MESSAGE>
Commit description
[SCOPE]
Conventional commit scope
cog-commit