0.2.1 • Published 5 years ago

commit-message-parser v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Commit Message Parser

Simple commit message parser for parsing our commit messages.

See the example for more information.

Usage

  1. Check out code, run npm install, followed by npm-link.
  2. Ensure GITHUB_USER and GITHUB_PAT environment variables are set (you may need to create a Github personal access token).
  3. Checkout and update the staging branch for the project in question.
  4. Run parse-commits <args>. Arguments can be viewed by running parse-commits -h.