Skip to content

Commit f51af94

Browse files
committed
Correct order of release steps
1 parent ff97ea9 commit f51af94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ If you have tested bug fixes or new features, you can open a
6363

6464
## Releasing a new version
6565

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

0 commit comments

Comments
 (0)