help - v0.14.0

~/src/repo$ release help
NAME:
   release - semantic release tools for GitLab

USAGE:
   release [global options] command [command options] [arguments...]

VERSION:
   v0.14.0

DESCRIPTION:
   A collection of utilities to help automate releases

COMMANDS:
     next-version       Print next version
     changelog          Update changelog
     tag                Create tag and attach release note to HEAD
     commit-and-tag     Commit files and tag the new commit
     tag-and-commit     Tag HEAD and commit listed files
     add-download       Add download to releasenote
     add-download-link  Add download link to release note
     test-git           analyze git repository
     test-api           test connection to GitLab api
     help, h            Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --token TOKEN, -t TOKEN     gitlab private TOKEN [$GITLAB_TOKEN, $GL_TOKEN]
   --gl-api URL                gitlab api URL. (default is https://gitlab.com/api/v4/) [$GITLAB_URL, $GL_URL]
   --ci-project-path value     gitlab CI environment variable [$CI_PROJECT_PATH]
   --ci-commit-sha value       gitlab CI environment variable [$CI_COMMIT_SHA]
   --ci-commit-tag value       gitlab CI environment variable [$CI_COMMIT_TAG]
   --ci-commit-ref-name value  gitlab CI environment variable [$CI_COMMIT_REF_NAME]
   --skip-ssl-verify           don't verify CA certificate on gitlab api
   --minor-commit-types value  comma separated list of commit message types that indicate minor bump
                               (default: "fix,refactor,perf,docs,style,test") [$SGS_MINOR_COMMIT_TYPES]
   --major-commit-types value  comma separated list of commit message types that indicate major bump
                               (default: "feat") [$SGS_MAJOR_COMMIT_TYPES]
   --help, -h     show help
   --version, -v  print the version