commitizen
python's commitizen available as a docker image to use in your ci
100K+
commitizen now avaialble in docker 💪
We publish major versions starting with v2 + latest exact v2.
| Tag | Description |
|---|---|
commitizen/commitizen:latest | Latest major version, at the moment v2 |
commitizen/commitizen:2 | Points to latest v2 |
commitizen/commitizen:2.x | See tags |
This repo checks daily for the latest version and tries to publish it.
docker run --rm -v $(pwd):/app commitizen/commitizen:latest /bin/sh -c 'cz bump --changelog'
Open a terminal inside docker with cz available and with the current directory mounted.
This way we can run any cz command.
docker run --rm -it -v $(pwd):/app commitizen/commitizen:latest
./scripts/build
./scripts/push
./scripts/build
./scripts/run 'cz ls'
Content type
Image
Digest
sha256:7369a7b74…
Size
130.1 MB
Last updated
1 day ago
docker pull commitizen/commitizen:4.13.10