Skip to content

Commit ee6ac32

Browse files
authored
frontport: update contributing (#4524) (#4566)
see original PR #4524 for details
1 parent 83854f8 commit ee6ac32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)