Skip to content

Commit

Permalink
Update documentation to include how to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 19, 2020
1 parent 0095edc commit a6df531
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/contributing.md
Expand Up @@ -60,3 +60,14 @@ before running the `npm run test-browser` command.

If you have tested bug fixes or new features, you can open a
[pull request](https://help.github.com/articles/using-pull-requests) on Github.

## Releasing a new version

1. Run `grunt` to generate the new dist files
2. 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`
5. Run `npm version ...` where `...` is `major`, `minor`, or `patch`
6. Run npm publish

0 comments on commit a6df531

Please sign in to comment.