Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Add conventional commits #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2020

  1. feat: add conventional commits to lerna

    now instead of calling "git commit" you need to run "yarn commit" instead. | This will run the
    commitizen cli and let you format your commit messages for better changelogs for future versions | I
    also added a pre-commit hook to lint your commits in order to prevent direct calls to "git commit"
    that don't follow the convention
    
    closes testimio#8
    shairez committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    d4266b7 View commit details
    Browse the repository at this point in the history
  2. style(eslint): fix eslint errors on windows

    on windows I get a lot of "Expected linebreaks to be 'LF' but found 'CRLF'" errors before I git push
    shairez committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    a7ce14b View commit details
    Browse the repository at this point in the history