Skip to content

Commit 7a0b916

Browse files
committed
chore: add release:patch in scripts
1 parent 6c7cbaa commit 7a0b916

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"format": "prettier --write 'src/**/*.{js,ts,json,md}'",
99
"lint": "prettier --check 'src/**/*.{js,ts,json,md}' && eslint --ignore-path .gitignore .",
1010
"cz": "cz",
11-
"release": "standard-version --no-verify"
11+
"release": "standard-version --no-verify",
12+
"release:patch": "standard-version --no-verify --release-as patch"
1213
},
1314
"author": "David Peng",
1415
"license": "ISC",

0 commit comments

Comments
 (0)