Go to file
Rick Barenthin 1ff3650247
All checks were successful
continuous-integration/drone/push Build is passing
chore(license): update the license file
Reviewed-on: #10
PR #10
2022-07-30 10:27:48 +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 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