- Create and describe your proposal/bug in an issue.
- Create a new branch and merge request with the pattern
1-my-feature
. - Commit your code to the commit convention.
- Finaly, update the CHANGELOG with:
poetry run log
type(escope): short description
What does the modification do?
why was it modified?
#issue
- fixed fixes a bug
- added adds a new feature
- removed remove a peace of code
- merged solve a problem and merge in
main
- refactored does not add a feature or fix a bug
- deprecated compatibility break
- merged -> Major
- added -> Minor
- fixed -> Patch