We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5aed19 commit 592b77eCopy full SHA for 592b77e
1 file changed
package.json
@@ -39,7 +39,10 @@
39
"test": "vitest run --coverage",
40
"test:dev": "vitest",
41
"format": "prettier --write src/ tests/",
42
- "prepublishOnly": "pnpm build"
+ "prepublishOnly": "pnpm build",
43
+ "patch": "node dist/index.js log patch",
44
+ "minor": "node dist/index.js log minor",
45
+ "major": "node dist/index.js log major"
46
},
47
"bin": {
48
"generi": "dist/index.js"
0 commit comments