Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 496 Bytes

MAINTAINING.md

File metadata and controls

12 lines (7 loc) · 496 Bytes

Maintaining

This guide is intended for maintainers (anybody with commit access).

Approving Pull Requests

  1. Use "Squash and Merge". This keeps a clean history in master, with a full history available in Pull Requests.
  2. Ensure the merge message conforms to Conventional Commits spec.

Releasing

Releasing is handled automatically by CircleCI and semantic-release.