Skip to content

Commit 11d4228

Browse files
committed
reorder release instructions
1 parent 8bc29b7 commit 11d4228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ To update the output files with your changes, run
7070

7171
### Publishing Releases
7272
```bash
73+
npm version minor # or major/patch
7374
grunt build
7475
git commit -a -m "browserify"
75-
npm version minor # or major/patch
7676
npm publish
7777
git push --follow-tags
7878
```

0 commit comments

Comments
 (0)