| ... | ... | @@ -26,8 +26,8 @@ Commit messages types and their impact on versioning are: |
|
|
|
- feat: to introduce a new feature (MINOR or MAJOR in case of a breaking change)
|
|
|
|
- fix: to fix a bug (PATCH)
|
|
|
|
- chore: to e.g. update a dependency (PATCH)
|
|
|
|
- ci: to update the CI pipeline configuration (PATCH)
|
|
|
|
- docs: to update the configuration (PATCH)
|
|
|
|
- ci: to update the CI pipeline configuration
|
|
|
|
- docs: to update the documentation
|
|
|
|
- test: for testing purposes
|
|
|
|
|
|
|
|
Using commit messages scopes is optional.
|
| ... | ... | |
| ... | ... | |