Skip to content

Commit 0e7d1dd

Browse files
author
Jake Champion
committed
automatically generate a changelog
1 parent 96017de commit 0e7d1dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"license": "MIT",
99
"devDependencies": {
1010
"abortcontroller-polyfill": "^1.1.9",
11+
"auto-changelog": "^2.4.0",
1112
"chai": "^4.1.2",
1213
"eslint": "^7.20.0",
1314
"karma": "^3.0.0",
@@ -35,6 +36,7 @@
3536
"karma": "karma start ./test/karma.config.js --no-single-run --auto-watch",
3637
"prepare": "make dist/fetch.umd.js dist/fetch.umd.js.flow",
3738
"pretest": "make",
38-
"test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js"
39+
"test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js",
40+
"version": "auto-changelog -p && git add CHANGELOG.md"
3941
}
4042
}

0 commit comments

Comments
 (0)