diff --git a/docs/images/bump.gif b/docs/images/bump.gif index 0e97550ade..bc2f8d8555 100644 Binary files a/docs/images/bump.gif and b/docs/images/bump.gif differ diff --git a/docs/images/cli_help/cz___help.svg b/docs/images/cli_help/cz___help.svg index d580cfe619..a2a6a73a53 100644 --- a/docs/images/cli_help/cz___help.svg +++ b/docs/images/cli_help/cz___help.svg @@ -1,206 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz --help -usage: cz [-h][--config CONFIG][--debug][-n NAME][-nr NO_RAISE] -{init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version} -... - -Commitizen is a powerful release management tool that helps teams maintain  -consistent and meaningful commit messages while automating version management. -For more information, please visit https://commitizen-tools.github.io/commitizen - -options: -  -h, --help            show this help message and exit -  --config CONFIG       the path of configuration file -  --debug               use debug mode -  -n, --name NAME       use the given commitizen (default: -                        cz_conventional_commits) -  -nr, --no-raise NO_RAISE -                        comma separated error codes that won't raise error, -                        e.g: cz -nr 1,2,3 bump. See codes at -https://commitizen- -                        tools.github.io/commitizen/exit_codes/ - -commands: -{init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version} -    init                init commitizen configuration -    commit (c)          create new commit -    ls                  show available commitizens -    example             show commit example -    info                show information about the cz -    schema              show commit schema -    bump                bump semantic version based on the git log -    changelog (ch)      generate changelog (note that it will overwrite -                        existing file) -    check               validates that a commit message matches the commitizen -                        schema -    version             get the version of the installed commitizen or the -                        current project (default: installed commitizen) - - - - - +$ cz --helpusage: cz[-h][--config CONFIG][--debug][-n NAME][-nr NO_RAISE]{init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}...Commitizen is a powerful release management tool that helps teams maintainconsistent and meaningful commit messages while automating version management.For more information, please visithttps://commitizen-tools.github.io/commitizenoptions:-h, --help show this help message and exit--config CONFIG the path of configuration file--debug use debug mode-n, --name NAME use the given commitizen(default:cz_conventional_commits)-nr, --no-raise NO_RAISEcomma separated error codes that won't raise error,e.g: cz -nr1,2,3bump. See codes athttps://commitizen-tools.github.io/commitizen/exit_codes/commands:{init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}init init commitizen configurationcommit(c)create new commitls show available commitizensexample show commit exampleinfo show information about the czschema show commit schemabump bump semantic version based on the git logchangelog(ch)generate changelog(note that it will overwriteexisting file)check validates that a commit message matches the commitizenschemaversion get the version of the installed commitizen or thecurrent project(default: installed commitizen) \ No newline at end of file diff --git a/docs/images/cli_help/cz_bump___help.svg b/docs/images/cli_help/cz_bump___help.svg index 7d007df312..3490ee8aea 100644 --- a/docs/images/cli_help/cz_bump___help.svg +++ b/docs/images/cli_help/cz_bump___help.svg @@ -1,389 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz bump --help -usage: cz bump [-h][--dry-run][--files-only][--local-version][--changelog] -[--no-verify][--yes][--tag-format TAG_FORMAT] -[--bump-message BUMP_MESSAGE][--prerelease {alpha,beta,rc}] -[--devrelease DEVRELEASE][--increment {MAJOR,MINOR,PATCH}] -[--increment-mode {linear,exact}][--check-consistency] -[--annotated-tag] -[--annotated-tag-message ANNOTATED_TAG_MESSAGE][--gpg-sign] -[--changelog-to-stdout][--git-output-to-stderr][--retry] -[--major-version-zero][--template TEMPLATE][--extra EXTRA] -[--file-name FILE_NAME][--prerelease-offset PRERELEASE_OFFSET] -[--version-scheme {pep440,semver,semver2}] -[--version-type {pep440,semver,semver2}] -[--build-metadata BUILD_METADATA][--get-next] -[--allow-no-commit] -[MANUAL_VERSION] - -bump semantic version based on the git log - -positional arguments: -  MANUAL_VERSION        bump to the given version (e.g: 1.5.3) - -options: -  -h, --help            show this help message and exit -  --dry-run             show output to stdout, no commit, no modified files -  --files-only          bump version in the files from the config -  --local-version       bump only the local version portion -  --changelog, -ch      generate the changelog for the newest version -  --no-verify           this option bypasses the pre-commit and commit-msg -                        hooks -  --yes                 accept automatically questions done -  --tag-format TAG_FORMAT -                        the format used to tag the commit and read it, use it -                        in existing projects, wrap around simple quotes -  --bump-message BUMP_MESSAGE -                        template used to create the release commit, useful -                        when working with CI -  --prerelease, -pr {alpha,beta,rc} -                        choose type of prerelease -  --devrelease, -d DEVRELEASE -                        specify non-negative integer for dev. release -  --increment {MAJOR,MINOR,PATCH} -                        manually specify the desired increment -  --increment-mode {linear,exact} -                        set the method by which the new version is chosen. -'linear'(default) guesses the next version based on -                        typical linear version progression, such that bumping -                        of a pre-release with lower precedence than the -                        current pre-release phase maintains the current phase -                        of higher precedence. 'exact' applies the changes that -                        have been specified (or determined from the commit -                        log) without interpretation, such that the increment -                        and pre-release are always honored -  --check-consistency, -cc -                        check consistency among versions defined in commitizen -                        configuration and version_files -  --annotated-tag, -at  create annotated tag instead of lightweight one -  --annotated-tag-message, -atm ANNOTATED_TAG_MESSAGE -                        create annotated tag message -  --gpg-sign, -s        sign tag instead of lightweight one -  --changelog-to-stdout -                        Output changelog to the stdout -  --git-output-to-stderr -                        Redirect git output to stderr -  --retry               retry commit if it fails the 1st time -  --major-version-zero  keep major version at zero, even for breaking changes -  --template, -t TEMPLATE -                        changelog template file name (relative to the current -                        working directory) -  --extra, -e EXTRA     a changelog extra variable (in the form 'key=value') -  --file-name FILE_NAME -                        file name of changelog (default: 'CHANGELOG.md') -  --prerelease-offset PRERELEASE_OFFSET -                        start pre-releases with this offset -  --version-scheme {pep440,semver,semver2} -                        choose version scheme -  --version-type {pep440,semver,semver2} -                        Deprecated, use --version-scheme instead -  --build-metadata BUILD_METADATA -                        Add additional build-metadata to the version-number -  --get-next            Determine the next version and write to stdout -  --allow-no-commit     bump version without eligible commits - - - - - +$ cz bump --helpusage: cz bump[-h][--dry-run][--files-only][--local-version][--changelog][--no-verify][--yes][--tag-format TAG_FORMAT][--bump-message BUMP_MESSAGE][--prerelease{alpha,beta,rc}][--devrelease DEVRELEASE][--increment{MAJOR,MINOR,PATCH}][--increment-mode{linear,exact}][--check-consistency][--annotated-tag][--annotated-tag-message ANNOTATED_TAG_MESSAGE][--gpg-sign][--changelog-to-stdout][--git-output-to-stderr][--retry][--major-version-zero][--template TEMPLATE][--extra EXTRA][--file-name FILE_NAME][--prerelease-offset PRERELEASE_OFFSET][--version-scheme{pep440,semver,semver2}][--version-type{pep440,semver,semver2}][--build-metadata BUILD_METADATA][--get-next][--allow-no-commit][MANUAL_VERSION]bump semantic version based on the git logpositional arguments:MANUAL_VERSION bump to the given version(e.g:1.5.3)options:-h, --help show this help message and exit--dry-run show output to stdout, no commit, no modified files--files-only bump version in the files from the config--local-version bump only the local version portion--changelog, -ch generate the changelog for the newest version--no-verify this option bypasses the pre-commit and commit-msghooks--yes accept automatically questions done--tag-format TAG_FORMATthe format used to tag the commit and read it, use itin existing projects, wrap around simple quotes--bump-message BUMP_MESSAGEtemplate used to create the release commit, usefulwhen working with CI--prerelease, -pr{alpha,beta,rc}choose type of prerelease--devrelease, -d DEVRELEASEspecify non-negative integer for dev. release--increment{MAJOR,MINOR,PATCH}manually specify the desired increment--increment-mode{linear,exact}set the method by which the new version is chosen.'linear'(default)guesses the next version based ontypical linear version progression, such that bumpingof a pre-release with lower precedence than thecurrent pre-release phase maintains the current phaseof higher precedence.'exact'applies the changes thathave been specified(or determined from the commitlog)without interpretation, such that the incrementand pre-release are always honored--check-consistency, -cccheck consistency among versions defined in commitizenconfiguration and version_files--annotated-tag, -at create annotated tag instead of lightweight one--annotated-tag-message, -atm ANNOTATED_TAG_MESSAGEcreate annotated tag message--gpg-sign, -s sign tag instead of lightweight one--changelog-to-stdoutOutput changelog to the stdout--git-output-to-stderrRedirect git output to stderr--retry retry commit if it fails the 1st time--major-version-zero keep major version at zero, even for breaking changes--template, -t TEMPLATEchangelog template file name(relative to the currentworking directory)--extra, -e EXTRA a changelog extra variable(in the form'key=value')--file-name FILE_NAMEfile name of changelog(default:'CHANGELOG.md')--prerelease-offset PRERELEASE_OFFSETstart pre-releases with this offset--version-scheme{pep440,semver,semver2}choose version scheme--version-type{pep440,semver,semver2}Deprecated, use --version-scheme instead--build-metadata BUILD_METADATAAdd additional build-metadata to the version-number--get-next Determine the next version and write to stdout--allow-no-commit bump version without eligible commits \ No newline at end of file diff --git a/docs/images/cli_help/cz_changelog___help.svg b/docs/images/cli_help/cz_changelog___help.svg index 69304f40cf..b0af9cf23a 100644 --- a/docs/images/cli_help/cz_changelog___help.svg +++ b/docs/images/cli_help/cz_changelog___help.svg @@ -1,229 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz changelog --help -usage: cz changelog [-h][--dry-run][--file-name FILE_NAME] -[--unreleased-version UNRELEASED_VERSION][--incremental] -[--start-rev START_REV][--merge-prerelease] -[--version-scheme {pep440,semver,semver2}] -[--export-template EXPORT_TEMPLATE][--template TEMPLATE] -[--extra EXTRA][--tag-format TAG_FORMAT] - - -generate changelog (note that it will overwrite existing file) - -positional arguments: -  rev_range             generates changelog for the given version (e.g: 1.5.3) -                        or version range (e.g: 1.5.3..1.7.9) - -options: -  -h, --help            show this help message and exit -  --dry-run             show changelog to stdout -  --file-name FILE_NAME -                        file name of changelog (default: 'CHANGELOG.md') -  --unreleased-version UNRELEASED_VERSION -                        set the value for the new version (use the tag value), -                        instead of using unreleased -  --incremental         generates changelog from last created version, useful -                        if the changelog has been manually modified -  --start-rev START_REV -                        start rev of the changelog. If not set, it will -                        generate changelog from the start -  --merge-prerelease    collect all changes from prereleases into next non- -                        prerelease. If not set, it will include prereleases in -                        the changelog -  --version-scheme {pep440,semver,semver2} -                        choose version scheme -  --export-template EXPORT_TEMPLATE -                        Export the changelog template into this file instead -                        of rendering it -  --template, -t TEMPLATE -                        changelog template file name (relative to the current -                        working directory) -  --extra, -e EXTRA     a changelog extra variable (in the form 'key=value') -  --tag-format TAG_FORMAT -                        The format of the tag, wrap around simple quotes - - - - - +$ cz changelog --helpusage: cz changelog[-h][--dry-run][--file-name FILE_NAME][--unreleased-version UNRELEASED_VERSION][--incremental][--start-rev START_REV][--merge-prerelease][--version-scheme{pep440,semver,semver2}][--export-template EXPORT_TEMPLATE][--template TEMPLATE][--extra EXTRA][--tag-format TAG_FORMAT]generate changelog(note that it will overwrite existing file)positional arguments:rev_range generates changelog for the given version(e.g:1.5.3)or version range(e.g:1.5.3..1.7.9)options:-h, --help show this help message and exit--dry-run show changelog to stdout--file-name FILE_NAMEfile name of changelog(default:'CHANGELOG.md')--unreleased-version UNRELEASED_VERSIONset the value for the new version(use the tag value),instead of using unreleased--incremental generates changelog from last created version, usefulif the changelog has been manually modified--start-rev START_REVstart rev of the changelog. If not set, it willgenerate changelog from the start--merge-prerelease collect all changes from prereleases into next non-prerelease. If not set, it will include prereleases inthe changelog--version-scheme{pep440,semver,semver2}choose version scheme--export-template EXPORT_TEMPLATEExport the changelog template into this file insteadof rendering it--template, -t TEMPLATEchangelog template file name(relative to the currentworking directory)--extra, -e EXTRA a changelog extra variable(in the form'key=value')--tag-format TAG_FORMATThe format of the tag, wrap around simple quotes \ No newline at end of file diff --git a/docs/images/cli_help/cz_check___help.svg b/docs/images/cli_help/cz_check___help.svg index 690bfec684..ba1ca5d257 100644 --- a/docs/images/cli_help/cz_check___help.svg +++ b/docs/images/cli_help/cz_check___help.svg @@ -1,165 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz check --help -usage: cz check [-h][--commit-msg-file COMMIT_MSG_FILE | -                --rev-range REV_RANGE | -m MESSAGE][--allow-abort] -[--allowed-prefixes [ALLOWED_PREFIXES ...]] -[-l MESSAGE_LENGTH_LIMIT] - -validates that a commit message matches the commitizen schema - -options: -  -h, --help            show this help message and exit -  --commit-msg-file COMMIT_MSG_FILE -                        ask for the name of the temporal file that contains -                        the commit message. Using it in a git hook script: -MSG_FILE=$1 -  --rev-range REV_RANGE -                        a range of git rev to check. e.g, master..HEAD -  -m, --message MESSAGE -                        commit message that needs to be checked -  --allow-abort         allow empty commit messages, which typically abort a -                        commit -  --allowed-prefixes [ALLOWED_PREFIXES ...] -                        allowed commit message prefixes. If the message starts -                        by one of these prefixes, the message won't be checked -                        against the regex -  -l, --message-length-limit MESSAGE_LENGTH_LIMIT -                        length limit of the commit message; 0 for no limit - - - - - +$ cz check --helpusage: cz check[-h][--commit-msg-file COMMIT_MSG_FILE |--rev-range REV_RANGE | -m MESSAGE][--allow-abort][--allowed-prefixes[ALLOWED_PREFIXES...]][-l MESSAGE_LENGTH_LIMIT]validates that a commit message matches the commitizen schemaoptions:-h, --help show this help message and exit--commit-msg-file COMMIT_MSG_FILEask for the name of the temporal file that containsthe commit message. Using it in a git hook script:MSG_FILE=$1--rev-range REV_RANGEa range of git rev to check. e.g, master..HEAD-m, --message MESSAGEcommit message that needs to be checked--allow-abort allow empty commit messages, which typically abort acommit--allowed-prefixes[ALLOWED_PREFIXES...]allowed commit message prefixes. If the message startsby one of these prefixes, the message won't be checkedagainst the regex-l, --message-length-limit MESSAGE_LENGTH_LIMITlength limit of the commit message;0for no limit \ No newline at end of file diff --git a/docs/images/cli_help/cz_commit___help.svg b/docs/images/cli_help/cz_commit___help.svg index 59cdd12b9b..86b3f25e63 100644 --- a/docs/images/cli_help/cz_commit___help.svg +++ b/docs/images/cli_help/cz_commit___help.svg @@ -1,153 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz commit --help -usage: cz commit [-h][--retry][--no-retry][--dry-run] -[--write-message-to-file FILE_PATH][-s][-a][-e] -[-l MESSAGE_LENGTH_LIMIT][--] - -create new commit - -options: -  -h, --help            show this help message and exit -  --retry               retry last commit -  --no-retry            skip retry if retry_after_failure is set to true -  --dry-run             show output to stdout, no commit, no modified files -  --write-message-to-file FILE_PATH -                        write message to file before committing (can be -                        combined with --dry-run) -  -s, --signoff         Deprecated, use 'cz commit -- -s' instead -  -a, --all             Tell the command to automatically stage files that -                        have been modified and deleted, but new files you have -                        not told Git about are not affected. -  -e, --edit            edit the commit message before committing -  -l, --message-length-limit MESSAGE_LENGTH_LIMIT -                        length limit of the commit message; 0 for no limit -  --                    Positional arguments separator (recommended) - - - - - +$ cz commit --helpusage: cz commit[-h][--retry][--no-retry][--dry-run][--write-message-to-file FILE_PATH][-s][-a][-e][-l MESSAGE_LENGTH_LIMIT][--]create new commitoptions:-h, --help show this help message and exit--retry retry last commit--no-retry skip retry if retry_after_failure is set to true--dry-run show output to stdout, no commit, no modified files--write-message-to-file FILE_PATHwrite message to file before committing(can becombined with --dry-run)-s, --signoff Deprecated, use'cz commit -- -s'instead-a, --all Tell the command to automatically stage files thathave been modified and deleted, but new files you havenot told Git about are not affected.-e, --edit edit the commit message before committing-l, --message-length-limit MESSAGE_LENGTH_LIMITlength limit of the commit message;0for no limit-- Positional arguments separator(recommended) \ No newline at end of file diff --git a/docs/images/cli_help/cz_example___help.svg b/docs/images/cli_help/cz_example___help.svg index 9fe4fd659a..3c1e4d9293 100644 --- a/docs/images/cli_help/cz_example___help.svg +++ b/docs/images/cli_help/cz_example___help.svg @@ -1,87 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz example --help -usage: cz example [-h] - -show commit example - -options: -  -h, --help  show this help message and exit - - - - - +$ cz example --helpusage: cz example[-h]show commit exampleoptions:-h, --help show this help message and exit \ No newline at end of file diff --git a/docs/images/cli_help/cz_info___help.svg b/docs/images/cli_help/cz_info___help.svg index b8827e34c2..54c52886d7 100644 --- a/docs/images/cli_help/cz_info___help.svg +++ b/docs/images/cli_help/cz_info___help.svg @@ -1,87 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz info --help -usage: cz info [-h] - -show information about the cz - -options: -  -h, --help  show this help message and exit - - - - - +$ cz info --helpusage: cz info[-h]show information about the czoptions:-h, --help show this help message and exit \ No newline at end of file diff --git a/docs/images/cli_help/cz_init___help.svg b/docs/images/cli_help/cz_init___help.svg index 41a950ebdb..b49659d52a 100644 --- a/docs/images/cli_help/cz_init___help.svg +++ b/docs/images/cli_help/cz_init___help.svg @@ -1,87 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz init --help -usage: cz init [-h] - -init commitizen configuration - -options: -  -h, --help  show this help message and exit - - - - - +$ cz init --helpusage: cz init[-h]init commitizen configurationoptions:-h, --help show this help message and exit \ No newline at end of file diff --git a/docs/images/cli_help/cz_ls___help.svg b/docs/images/cli_help/cz_ls___help.svg index 3ec3532ef1..14583b4428 100644 --- a/docs/images/cli_help/cz_ls___help.svg +++ b/docs/images/cli_help/cz_ls___help.svg @@ -1,87 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz ls --help -usage: cz ls [-h] - -show available commitizens - -options: -  -h, --help  show this help message and exit - - - - - +$ cz ls --helpusage: cz ls[-h]show available commitizensoptions:-h, --help show this help message and exit \ No newline at end of file diff --git a/docs/images/cli_help/cz_schema___help.svg b/docs/images/cli_help/cz_schema___help.svg index afe8982e9a..8cb12fe938 100644 --- a/docs/images/cli_help/cz_schema___help.svg +++ b/docs/images/cli_help/cz_schema___help.svg @@ -1,87 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz schema --help -usage: cz schema [-h] - -show commit schema - -options: -  -h, --help  show this help message and exit - - - - - +$ cz schema --helpusage: cz schema[-h]show commit schemaoptions:-h, --help show this help message and exit \ No newline at end of file diff --git a/docs/images/cli_help/cz_version___help.svg b/docs/images/cli_help/cz_version___help.svg index c7777db4df..7d46c9182e 100644 --- a/docs/images/cli_help/cz_version___help.svg +++ b/docs/images/cli_help/cz_version___help.svg @@ -1,111 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cz version --help -usage: cz version [-h][-r | -p | -c | -v] - -get the version of the installed commitizen or the current project (default: -installed commitizen) - -options: -  -h, --help        show this help message and exit -  -r, --report      get system information for reporting bugs -  -p, --project     get the version of the current project -  -c, --commitizen  get the version of the installed commitizen -  -v, --verbose     get the version of both the installed commitizen and the -                    current project - - - - - +$ cz version --helpusage: cz version[-h][-r | -p | -c | -v]get the version of the installed commitizen or the current project(default:installed commitizen)options:-h, --help show this help message and exit-r, --report get system information for reporting bugs-p, --project get the version of the current project-c, --commitizen get the version of the installed commitizen-v, --verbose get the version of both the installed commitizen and thecurrent project \ No newline at end of file diff --git a/docs/images/demo.gif b/docs/images/demo.gif index 39dcdc9e91..501cf5693a 100644 Binary files a/docs/images/demo.gif and b/docs/images/demo.gif differ diff --git a/docs/images/example.png b/docs/images/example.png index 6ac0589634..f7f7796cf0 100644 Binary files a/docs/images/example.png and b/docs/images/example.png differ diff --git a/docs/images/gitlab_ci/gitlab_deploy_key.png b/docs/images/gitlab_ci/gitlab_deploy_key.png index dd70443c32..b4a83deecd 100644 Binary files a/docs/images/gitlab_ci/gitlab_deploy_key.png and b/docs/images/gitlab_ci/gitlab_deploy_key.png differ diff --git a/docs/images/gitlab_ci/gitlab_final_ci_result.png b/docs/images/gitlab_ci/gitlab_final_ci_result.png index 27749db793..5ec28ed0e4 100644 Binary files a/docs/images/gitlab_ci/gitlab_final_ci_result.png and b/docs/images/gitlab_ci/gitlab_final_ci_result.png differ diff --git a/docs/images/gitlab_ci/gitlab_variables.png b/docs/images/gitlab_ci/gitlab_variables.png index d00ebfcf79..f0d3f2e675 100644 Binary files a/docs/images/gitlab_ci/gitlab_variables.png and b/docs/images/gitlab_ci/gitlab_variables.png differ diff --git a/docs/images/init.gif b/docs/images/init.gif index f2cdf6b310..35760a1676 100644 Binary files a/docs/images/init.gif and b/docs/images/init.gif differ