/conventional-commits

Check commit messages against conventional commits (forked)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

This package enforces the conventional commits are used for a github project.

Usage

name: presubmit
on: [push, pull_request, workflow_dispatch]
jobs:
  presubmit:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: diffia/conventional-commits@v0.0.5

Release new version

Run npm version [major|minor|patch]