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 348a496 commit 3668a14Copy full SHA for 3668a14
package.json
@@ -13,7 +13,7 @@
13
"format": "prettier --write --ignore-path .gitignore .",
14
"format:check": "prettier --check --ignore-path .gitignore .",
15
"lint": "eslint --quiet --ignore-path .gitignore .",
16
- "release": "standard-version --no-verify",
+ "release": "standard-version",
17
"release:major": "yarn release --release-as major",
18
"release:minor": "yarn release --release-as minor",
19
"release:patch": "yarn release --release-as patch"
0 commit comments