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 f2167dc commit 9761e59Copy full SHA for 9761e59
package.json
@@ -36,7 +36,9 @@
36
"build": "trigen-scripts build",
37
"clean": "trigen-scripts clean",
38
"commit": "cz",
39
- "release": "standard-version",
+ "bumpVersion": "standard-version",
40
+ "createGithubRelease": "./dist/cli/index.js",
41
+ "release": "standard-version && git push origin main --tags && pnpm createGithubRelease",
42
"updateGitHooks": "simple-git-hooks"
43
},
44
"dependencies": {
0 commit comments