Skip to content

Commit

Permalink
[BUILD] added script to bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Nov 3, 2023
1 parent bfa9009 commit 459faf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"coveralls": "shx mkdir -p ./coverage && nyc report --reporter=text-lcov > ./coverage/lcov.info",
"check-package": "deno run --allow-all bin/check-bundle-version.ts",
"version": "deno run -A bin/update-transport-version.ts && git add src/node_transport.ts",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"bump-qualifier": "npm version prerelease --no-commit-hooks --no-git-tag-version",
"bump-release": "npm version patch --no-commit-hooks --no-git-tag-version"
},
"engines": {
"node": ">= 14.0.0"
Expand Down

0 comments on commit 459faf3

Please sign in to comment.