diff --git a/package.json b/package.json index 5cf0012..c55722b 100644 --- a/package.json +++ b/package.json @@ -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"