Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 569 Bytes

File metadata and controls

10 lines (7 loc) · 569 Bytes

GithubActions

check-commits

  • Check commits against Flowing Code Conventional Commits guidelines (see action-conventional-commits for details).

  • Verify that the Semantic Versioning change level is consistent with the version in POM:

    • Pull Requests with breaking changes must target a new MAJOR version (x.0.0).
    • Pull Requests with new features or deprecations must target a new MINOR version (x.y.0).