Skip to content

Commit

Permalink
Add script to generate changelog
Browse files Browse the repository at this point in the history
Usage: 'yarn changelog old...new'
Example: 'yarn changelog 1.3.0...1.3.1'
  • Loading branch information
guidokessels committed Dec 8, 2018
1 parent 49b8015 commit 55f7d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"format": "prettier --print-width 80 --write 'data/**/*.json'",
"changelog": "git log --pretty=format:'- %s (%h)' --no-merges",
"ffg2xws": "node scripts/ffg2xws.js && prettier --print-width 80 --write data/ffg-xws.json"
},
"devDependencies": {
Expand Down

0 comments on commit 55f7d04

Please sign in to comment.