diff --git a/docs/images/bump.gif b/docs/images/bump.gif index f9c9e0c8a3..0e97550ade 100644 Binary files a/docs/images/bump.gif and b/docs/images/bump.gif differ diff --git a/docs/images/demo.gif b/docs/images/demo.gif index 0f2b9f2487..39dcdc9e91 100644 Binary files a/docs/images/demo.gif and b/docs/images/demo.gif differ diff --git a/docs/images/init.gif b/docs/images/init.gif new file mode 100644 index 0000000000..f2cdf6b310 Binary files /dev/null and b/docs/images/init.gif differ diff --git a/docs/init.md b/docs/init.md index f818dac62f..778a79f529 100644 --- a/docs/init.md +++ b/docs/init.md @@ -1,3 +1,5 @@ +![Bump version](images/init.gif) + To start using commitizen, the recommended approach is to run ```sh @@ -16,3 +18,4 @@ The `init` will help you with 5. Choosing a version type (`semver` or `pep440`) 6. Whether to create the changelog automatically or not during bump 7. Whether you want to keep the major as zero while building alpha software. +8. Whether to setup pre-commit hooks.