Branch master was renamed to main.

Go to file
Rick Barenthin 5924f5d967
Some checks failed
continuous-integration/drone/push Build is failing
Merge pull request 'chore: create new release' (#12) from develop into main
Reviewed-on: #12
2022-07-30 10:36:15 +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