@metamask/auto-changelog

v1.0.0
Utilities for validating and updating "Keep a Changelog" formatted changelogs

lint

yarn lint:eslint && yarn lint:json --check

test

jest

lint:fix

yarn lint:eslint --fix && yarn lint:json --write

changelog

node ./src/cli.js

lint:json

prettier '**/*.json' --ignore-path .gitignore

test:watch

jest --watch

lint:eslint

eslint . --cache --ext js,ts

prepublishOnly

yarn lint && yarn test
npm i @metamask/[email protected]

Metadata

Downloads