Skip to content

Enforce conventional commit messages #236

@adamdama

Description

@adamdama

Conventional commits give engineers clear guidance on how commit messages should be written. This helps reviewers understand the work contained within a PR. Additionally it lays the ground work for moving to an automated release system whereby version numbers can be generated based on contents of commit messages. We can also generate changelog files when commits are structured in this way.

Benefits: https://www.conventionalcommits.org/en/v1.0.0-beta.2/#why-use-conventional-commits

In order for this to work we will need to provide tooling that checks commit messages on commit but more importantly when we perform the squash merge in GitHub.

Tools:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions