This repsoitory uses git conventional commits.
For commits the following types are used:
- fix
- bug
- feat
- chore
- build
- test
- docs
- ops
The the following command from the {PROJECT_ROOT}.
git config include.path ../.gitaliases
git setupdocker network create --subnet=172.50.0.0/16 --ip-range=172.50.50.1/24 --gateway=172.50.0.1 platformIf you want to know which commands are available please run:
make helpmake allmake buildmake runmake shellmake cleanAll the previous commands can also be run for a specific version. Each make command can be appended with -<VERSION>. So to build only the PostgreSQL version 14 container one can issue make build-14. For more commands related to a specific version run make help.