The commitΒΆ

$ # There paragraph is optional if your changes/commits are obvious.
$ git commit -S -m "A summary of the commit" -m "A paragraph
> or a sentence explaining what changed, why and its impact."

All your commits should be signed with PGP. (More information can be found on GitHub documentation)

Please note the usage of -S into the commit command which means that we sign the commit. The usage of PyFunceble --production update version.yaml and directory_structure_production.json automatically.