Skip to content

Commit 9cc484e

Browse files
committed
build(general): add CHANGELOG.md on root in release commit
1 parent 1fc24c9 commit 9cc484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "webpack --env environment=PROD",
1515
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
1616
"test:debug": "NODE_OPTIONS=--experimental-vm-modules node --inspect-brk ../../node_modules/.bin/jest",
17-
"release": "npm run build && commit-and-tag-version && git push --follow-tags && bash ../../scripts/publish.sh"
17+
"release": "npm run build && commit-and-tag-version --commit-all && git push --follow-tags && bash ../../scripts/publish.sh"
1818
},
1919
"keywords": [],
2020
"commit-and-tag-version": {

0 commit comments

Comments
 (0)