Skip to content

Commit

Permalink
chore: add autochangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 7, 2020
1 parent c422527 commit c7cc9be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"auto-changelog": "^2.0.0",
"@tap-format/spec": "^0.2.0",
"dependency-check": "^4.1.0",
"npm-run-all": "^4.0.2",
Expand Down Expand Up @@ -40,6 +41,6 @@
"test:tape": "nyc --reporter=lcov tape 'test.js' | tap-format-spec",
"test:deps": "dependency-check package.json --missing --unused --no-dev",
"update": "node generate-snapshot.js",
"version": "run-s update && git add snapshot.xml snapshot.json"
"version": "run-s update && auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md snapshot.xml snapshot.json"
}
}

0 comments on commit c7cc9be

Please sign in to comment.