We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83854f8 commit ee6ac32Copy full SHA for ee6ac32
1 file changed
.github/CONTRIBUTING.md
@@ -101,7 +101,7 @@ Example for a patch release:
101
```sh
102
npm ci
103
npm test
104
-npm version patch
+npm version patch --ignore-scripts=false
105
git push --follow-tags
106
cd npmDist && npm publish
107
npm run changelog
0 commit comments