Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 722 Bytes

MAINTAINING.md

File metadata and controls

16 lines (11 loc) · 722 Bytes

Maintaining

Pull requests

  • Pull requests should be merged only if it was reviewed successfully and all checks have passed.
  • Pull requests must be merged with "squash" commits. These squash commits should contain the contributors' GitHub aliases as additional information, e.g.:
    feat: awesome feature (#1)
    
    contributors: @contributor1, @contributor2, ...
    
  • Commit messages for squash commits must follow the Conventional Commits specification.

Releasing

Releases are published automatically with semantic-release run in GitHub Actions.