Skip to content

Commit

Permalink
chore: add npm scripts for version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Apr 12, 2024
1 parent 2171a29 commit 89e2e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test": "npm run lint && npm run test:once",
"test:once": "nyc --reporter=lcovonly --reporter=html mocha",
"doctoc:": "doctoc README.md",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "npm run changelog && git add -A"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 89e2e96

Please sign in to comment.