Go to file
Rick Barenthin 56f25de789
All checks were successful
continuous-integration/drone/push Build is passing
docs: fix typo in README
Reviewed-on: #13
PR #13
2022-08-01 14:35:29 +02:00
.dockerignore feat: initial version of separate docker image 2022-07-25 22:14:12 +02:00
.drone.yml build: pin conventi version to last release 2022-07-25 23:04:38 +02:00
.version.json version and changelog update [CI SKIP] 2022-07-25 22:59:02 +02:00
CHANGELOG.md version and changelog update [CI SKIP] 2022-07-25 22:59:02 +02: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 chore(license): update the license file 2022-07-30 10:27:48 +02:00
README.md docs: fix typo in README 2022-08-01 14:35:29 +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:latest init

For updating the version and changelog simply run:

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