help - v0.13.0

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

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

VERSION:
   v0.13.0

DESCRIPTION:
   A collection of utilities to help automate releases

COMMANDS:
     next-version       Analyze commits and print next version
     changelog          Update changelog
     tag                Add tag and release note to current commit
     commit-and-tag     Commit files and tag the new commit
     tag-and-commit     Create release from 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-project-url value      gitlab CI environment variable [$CI_PROJECT_URL]
   --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
   --help, -h                  show help
   --version, -v               print the version