pr-log

v6.1.1
Changelog generator based on GitHub Pull Requests
pr-log changelog changelog.md github history history.md

compile

tsc --build

prettier

prettier '**/*.(yml|json|yaml|md)'

eslint

eslint . --max-warnings 0

lint

npm run eslint && npm run prettier -- --check

lint:fix

npm run eslint -- --fix && npm run prettier -- --write

test

c8 npm run test:unit

pretest:unit

npm run compile

test:unit

ava
npm i pr-log

Metadata

  • MIT
  • ^20
  • Mathias Schreck
  • released 3/6/2024

Downloads