Open antolinos opened 2 years ago
It was decided to adopt this commit format message in the project. We need to: • Update the guidelines accordingly • Make sure every collaborator is informed • See if it could be enforced automatically – through github action and/or git hooks
I wonder if it could be convenient to standardize the commit message format. I saw some python projects using the Angular commit message format .
It is rather simple to use (and understand):
Then, we can also use semantinc-release to automatize the package release workflow, I found interesting how they describe it:
The python implementation of semantic-release can be found on python-semantic-release