This repository is a toolkit including all PHP tools used for local development and the CI.
make composer-require args="PACKAGE"
All packages
make composer-update
Specific packages
make composer-update args="PACKAGE"
The gitflow must follow the naming in order to have a correct tag creation. The semantic will be updated according to the prefix of the branch:
- feat/BRANCH_NAME : vx.X.x
- fix/BRANCH_NAME (or no prefix): vx.x.X
When merging into master branch, the CD is triggered and a new tag is created.
A few examples: