commitizen/commitizen
python's commitizen available as a docker image to use in your ci
Image
1
100K+
commitizen/commitizen repository overview
commitizen-docker-image
commitizen now avaialble in docker 💪
Docker images
We publish major versions starting with v2 + latest exact v2.
This repo checks daily for the latest version and tries to publish it.
Usage
As Script
docker run --rm -v $(pwd):/app commitizen/commitizen:latest /bin/sh -c 'cz bump --changelog'
Inside container
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
Contributing
Build and push image
./scripts/build
./scripts/push
Test locally
./scripts/build
./scripts/run 'cz ls'
Tag summary
Content type
Image
Digest
sha256:18f1f8649…
Size
131.2 MB
Last updated
1 day ago
docker pull commitizen/commitizen