@metamask/auto-changelog

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

build

tsc --project tsconfig.build.json

build:clean

rimraf dist && yarn build

changelog

node dist/cli.js

lint

yarn lint:eslint && yarn lint:misc --check

lint:eslint

eslint . --cache --ext js,ts

lint:fix

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

lint:misc

prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore

prepack

./scripts/prepack.sh

test

jest

test:watch

jest --watch
npm i @metamask/auto-changelog

Metadata

Downloads