Skip to content

Commit

Permalink
automatically generate a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Aug 28, 2023
1 parent 96017de commit 0e7d1dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -8,6 +8,7 @@
"license": "MIT",
"devDependencies": {
"abortcontroller-polyfill": "^1.1.9",
"auto-changelog": "^2.4.0",
"chai": "^4.1.2",
"eslint": "^7.20.0",
"karma": "^3.0.0",
Expand Down Expand Up @@ -35,6 +36,7 @@
"karma": "karma start ./test/karma.config.js --no-single-run --auto-watch",
"prepare": "make dist/fetch.umd.js dist/fetch.umd.js.flow",
"pretest": "make",
"test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js"
"test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js",
"version": "auto-changelog -p && git add CHANGELOG.md"
}
}

0 comments on commit 0e7d1dd

Please sign in to comment.