Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (36 loc) · 1.12 KB

commit_msgs.md

File metadata and controls

47 lines (36 loc) · 1.12 KB

Commit Message Strategy

Covid Alert Server uses the Angular commit convention for implementing human/machine readable commits.

We use these commits to generate release documentation.

Reference Documentation

It is recommended that you read the following documentation:

Converting Commits to Semantic Versionsing

Major

Any commit message with a ! appended at the end of the commit type
or containing a footer with Breaking Change is considered a breaking change and will be converted to Major.

Minor

-feat:

Patch

  • fix

None

  • style:
  • refactor:
  • chore:
  • build:
  • ci:
  • docs:
  • perf:
  • test:

Scope

Each commit can also have a scope.

The following is a non-exhaustive list of things to scope to, if adding a new scope please add to the list.

  • developer_environment
  • db
  • retrieval
  • submission
  • scaffolding
  • scripts
  • release | fix, ci, chore, docs, test only
  • monitoring