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 4e7456f commit c2b9799Copy full SHA for c2b9799
package.json
@@ -30,6 +30,7 @@
30
"test": "jest",
31
"test:watch": "jest --watchAll",
32
"prerelease": "npm run prebuild",
33
+ "postrelease": "git push --follow-tags origin main",
34
"release": "standard-version",
35
"release:pre": "npm run release -- --prerelease",
36
"release:patch": "npm run release -- --release-as patch",
0 commit comments