cog-bump(1) General Commands Manual cog-bump(1) NAME cog-bump - Commit changelog from latest tag to HEAD and create new tag SYNOPSIS cog-bump [--version] [-a|--auto] [-M|--major] [-m|--minor] [-p|--patch] [--pre] [--build] [-H|--hook-profile] [--package] [-A|--annotated] [-d|--dry-run] [--skip-ci] [--skip-ci-override] [--skip-untracked] [--disable-bump-commit] [--include-packages] [-h|--help] DESCRIPTION Commit changelog from latest tag to HEAD and create new tag OPTIONS --version Manually set the target version -a, --auto Automatically suggest the target version -M, --major Increment the major version -m, --minor Increment the minor version -p, --patch Increment the patch version --pre [
]
              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

       --build 
              Set the build suffix

       -H, --hook-profile 
              Specify the bump profile hooks to run

       --package 
              Specify which package to bump for monorepo

       -A, --annotated 
              Annotate tag with given message

       -d, --dry-run
              Dry-run: print the target version. No action taken

       --skip-ci
              Add the skip-ci string defined in the cog.toml (or defaults to
              [skip ci]) to the bump commit

       --skip-ci-override 
              Override and add the skip-ci string with the provided value to
              the bump commit

       --skip-untracked
              Don't fail if there are untracked or uncommitted files

       --disable-bump-commit
              Disable the creation of the bump commit

       --include-packages
              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.

       -h, --help
              Print help (see a summary with '-h')

                                   cog-bump                        cog-bump(1)