Skip to content

Commit 85cd136

Browse files
committed
update contributing (graphql#4524)
considering graphql#4514
1 parent 83854f8 commit 85cd136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Example for a patch release:
101101
```sh
102102
npm ci
103103
npm test
104-
npm version patch
104+
npm version patch --ignore-scripts=false
105105
git push --follow-tags
106106
cd npmDist && npm publish
107107
npm run changelog

0 commit comments

Comments
 (0)