Skip to content

Commit

Permalink
Correct order of release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 19, 2020
1 parent ff97ea9 commit f51af94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/contributing.md
Expand Up @@ -63,11 +63,11 @@ If you have tested bug fixes or new features, you can open a

## Releasing a new version

1. Run `grunt` to generate the new dist files
2. Run `npm test`
1. Run `npm test`
* Locally open http://localhost:8080/test/
* Or use the SauceLabs configuration above
3. Update CHANGES.md
4. Update `JSZip.version` in `index.js`
2. Update `JSZip.version` in `index.js`
3. Run `grunt` to generate the new dist files
4. Update CHANGES.md
5. Run `npm version ...` where `...` is `major`, `minor`, or `patch`
6. Run npm publish

0 comments on commit f51af94

Please sign in to comment.