.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\-\-include\-packages\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 \fI\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 [\fI
\fR]
Set the pre\-release version (e.g. "beta.1")

Or increment based on a pattern (e.g. "beta.*")

If no value provided, falls back to the pre defined in cog.toml
.TP
\fB\-\-build\fR \fI\fR
Set the build suffix
.TP
\fB\-H\fR, \fB\-\-hook\-profile\fR \fI\fR
Specify the bump profile hooks to run
.TP
\fB\-\-package\fR \fI\fR
Specify which package to bump for monorepo
.TP
\fB\-A\fR, \fB\-\-annotated\fR \fI\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 \fI\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 uncommitted files
.TP
\fB\-\-disable\-bump\-commit\fR
Disable the creation of the bump commit
.TP
\fB\-\-include\-packages\fR
Also bump packages on manual bump

Overrides the default behaviour for \-\-patch, \-\-minor, \-\-major and \-\-version to only bump the global version for monorepos. Useful to bump to version 1.0.0.
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help (see a summary with \*(Aq\-h\*(Aq)