generate changelog from PullRequest Merge commits
npm install local-pr-changelogA command line Utility to generate Pull Request based changelog from local repository.
Pros: No need to use github api token.
Cons: Plz update local repository yourself. Need to copy and paste changelog manually.
npm install -g local-pr-changelog
`yarn
`
yarn global add local-pr-changelog
`$3
#### output Tag to HEAD
`
local-pr-changelog -f v1.0.0
`#### output Tag to HEAD with checkbox
`
local-pr-changelog -f v1.0.0 -c
`$3
Pull Request Title must start with
New: or Fix: or Update: or Build: , Docs: , Breaking: , Upgrade: `.