Skip to content

Commit c9c1913

Browse files
committed
build: update version script, auto add changelog
1 parent 91a527f commit c9c1913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"lint": "standard",
1111
"test": "nyc ava --timeout=1m",
12-
"version": "standard-changelog -i CHANGELOG.md -w",
12+
"version": "standard-changelog -i CHANGELOG.md -w && git add CHANGELOG.md && git commit -m \"build: update changelog\"",
1313
"docs": "jsdoc2md lib/*.js > INDEX.md",
1414
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
1515
"start": "npm run clean && npm run lint && npm test"

0 commit comments

Comments
 (0)