- Notifications
You must be signed in to change notification settings - Fork3
License
NotificationsYou must be signed in to change notification settings
commitizen-tools/commitizen-docker-image
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
commitizen now available in docker 💪
We publish major versions starting withv4 + latest exact v4.
| Tag | Description |
|---|---|
commitizen/commitizen:latest | Latest major version, at the moment v4 |
commitizen/commitizen:4 | Points to latest v4 |
commitizen/commitizen:4.x | Seetags |
commitizen/commitizen:3 | Points to latest v3 |
commitizen/commitizen:3.x | Seetags |
commitizen/commitizen:2 | Points to latest v2 |
commitizen/commitizen:2.x | Seetags |
This repo checks daily for the latest version and tries to publish it.
Nothing has changed, python 3.8 support has been dropped.
We've moved this images from usingCMD toENTRYPOINT forv3.
Where you were doing this:
docker run --rm --name commitizen registry.hub.docker.com/commitizen/commitizen:2 /bin/sh -c"cz ls"Now you only need to do:
docker run --rm --name commitizen registry.hub.docker.com/commitizen/commitizen:3 ls
docker run --rm \ -v$(pwd):/app \ commitizen/commitizen:latest \ bump --changelogOpen a terminal inside docker withcz available and with the current directory mounted.This way we can run anycz command.
docker run --rm -it \ --entrypoint /bin/sh \ -v$(pwd):/app \ commitizen/commitizen:latest./scripts/build./scripts/push
./scripts/build./scripts/cz ls
About
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Contributors6
Uh oh!
There was an error while loading.Please reload this page.