@@ -18,3 +18,5 @@ The CI/CD pipeline covers a few cases.
* When someone issues a merge request, the CI/CD will generate a draft with `make draft` and a diff between the last commit before the branch on which the request is based, and the last commit of the branch itself using `make diff` (with the COMMIT variable set appropriately). Those two files are published as artifacts which makes them available from the merge issue.
* When a tag is created, `make` is executed. Then the release step can be executed manually. This step will make the PDF output file of `make` an asset in the release.
## Contributions
Feel free to propose changes, or to just fo a merge request to test the functionality (just mention that in the request description).