Skip to content

Commit 30f182c

Browse files
committed
refactor(release): changelog generation
1 parent b767753 commit 30f182c

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
@@ -11,7 +11,7 @@
1111
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
1212
"preversion": "npm run lint && npm run changelog",
1313
"postversion": "git push && git push --tags",
14-
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add . && git commit . -m changelog",
14+
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit . -m changelog",
1515
"build": "npm run test && npm run docs"
1616
},
1717
"keywords": [

0 commit comments

Comments
 (0)