We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564d1d6 commit e612b5cCopy full SHA for e612b5c
package.json
@@ -32,7 +32,7 @@
32
"prepublishOnly": "npm run clean && npm run build",
33
"preversion": "npm run clean && npm ci && npm run build && run-p test lint typecheck",
34
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
35
- "release": "npm version patch && npm publish && git push --tags",
+ "release": "npm version patch && npm publish && git push --tags && git push",
36
"version": "vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
37
},
38
"files": [
0 commit comments