.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH cog-bump 1 "cog-bump " .SH NAME cog\-bump \- Commit changelog from latest tag to HEAD and create new tag .SH SYNOPSIS \fBcog\-bump\fR [\fB\-\-version\fR] [\fB\-a\fR|\fB\-\-auto\fR] [\fB\-M\fR|\fB\-\-major\fR] [\fB\-m\fR|\fB\-\-minor\fR] [\fB\-p\fR|\fB\-\-patch\fR] [\fB\-\-pre\fR] [\fB\-\-build\fR] [\fB\-H\fR|\fB\-\-hook\-profile\fR] [\fB\-\-package\fR] [\fB\-A\fR|\fB\-\-annotated\fR] [\fB\-d\fR|\fB\-\-dry\-run\fR] [\fB\-\-skip\-ci\fR] [\fB\-\-skip\-ci\-override\fR] [\fB\-\-skip\-untracked\fR] [\fB\-\-disable\-bump\-commit\fR] [\fB\-h\fR|\fB\-\-help\fR] .SH DESCRIPTION Commit changelog from latest tag to HEAD and create new tag .SH OPTIONS .TP \fB\-\-version\fR=\fIVERSION\fR Manually set the target version .TP \fB\-a\fR, \fB\-\-auto\fR Automatically suggest the target version .TP \fB\-M\fR, \fB\-\-major\fR Increment the major version .TP \fB\-m\fR, \fB\-\-minor\fR Increment the minor version .TP \fB\-p\fR, \fB\-\-patch\fR Increment the patch version .TP \fB\-\-pre\fR=\fIPRE\fR Set the pre\-release version .TP \fB\-\-build\fR=\fIBUILD\fR Set the build suffix .TP \fB\-H\fR, \fB\-\-hook\-profile\fR=\fIHOOK_PROFILE\fR Specify the bump profile hooks to run .TP \fB\-\-package\fR=\fIPACKAGE\fR Specify which package to bump for monorepo .TP \fB\-A\fR, \fB\-\-annotated\fR=\fIANNOTATED\fR Annotate tag with given message .TP \fB\-d\fR, \fB\-\-dry\-run\fR Dry\-run: print the target version. No action taken .TP \fB\-\-skip\-ci\fR Add the skip\-ci string defined in the cog.toml (or defaults to [skip ci]) to the bump commit .TP \fB\-\-skip\-ci\-override\fR=\fISKIP_CI_OVERRIDE\fR Override and add the skip\-ci string with the provided value to the bump commit .TP \fB\-\-skip\-untracked\fR Don\*(Aqt fail if there are untracked or uncommited files .TP \fB\-\-disable\-bump\-commit\fR Disable the creation of the bump commit .TP \fB\-h\fR, \fB\-\-help\fR Print help