commitizen now avaialble in docker 💪
We publish only major versions starting with v2
.
Tag | Description |
---|---|
commitizen/commitizen:latest |
Latest major version, at the moment v2 |
commitizen/commitizen:2 |
Points to latest v2 |
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'