Skip to content

Commit

Permalink
Update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Feb 10, 2021
1 parent dcc6ff9 commit 10035ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/contributing.md
Expand Up @@ -66,8 +66,9 @@ If you have tested bug fixes or new features, you can open a
1. Run `npm test`
* Locally open http://localhost:8080/test/
* Or use the SauceLabs configuration above
2. Update `JSZip.version` in `index.js`
2. Update `JSZip.version` in `index.js` and in `package.json`
3. Run `grunt` to generate the new dist files
* undo the package.json change, it was just needed to replace the `__VERSION__` in the header
4. Update CHANGES.md
5. Run `npm version ...` where `...` is `major`, `minor`, or `patch`
6. Run npm publish

0 comments on commit 10035ad

Please sign in to comment.