Skip to content

Commit

Permalink
Tweaks to the prepare-patch-release command
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Sep 30, 2024
1 parent b994f27 commit 07e9b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scripts": {
"build": "tsc --project tsconfig.json",
"check-prettier": "prettier src __tests__ --check",
"prepare-patch-release": "npm run update-changelog && git add CHANGELOG.md && npm version patch",
"prepare-patch-release": "npm run update-changelog && git add CHANGELOG.md && git commit -m \"Updated changelog\" && npm version patch",
"prettier": "prettier src __tests__ --write",
"test": "jest --coverage",
"update-changelog": "npx ts-node scripts/update-changelog.ts",
Expand Down

0 comments on commit 07e9b76

Please sign in to comment.