Go to file
Rick Barenthin 162db3d12b
All checks were successful
continuous-integration/drone/pr Build is passing
version and changelog update [CI SKIP]
2022-07-25 20:57:01 +00:00
.dockerignore feat: initial version of separate docker image 2022-07-25 22:14:12 +02:00
.drone.yml build: update pipeline conventi to latest 2022-07-25 22:56:11 +02:00
.version.json version and changelog update [CI SKIP] 2022-07-25 20:57:01 +00:00
CHANGELOG.md version and changelog update [CI SKIP] 2022-07-25 20:57:01 +00:00
conventi.sh feat: initial version of separate docker image 2022-07-25 22:14:12 +02:00
Dockerfile feat: initial version of separate docker image 2022-07-25 22:14:12 +02:00
LICENSE feat: initial version of separate docker image 2022-07-25 22:14:12 +02:00
README.md chore: add to the README simple usage instructions 2022-07-25 22:42:07 +02:00

conventi

Build Status

To initialize a git repositiory for version management and changelog generation use:

docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest init

For updating the version and changelog simply run:

docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest