Skip to content

Commit df79bcb

Browse files
committed
update publish instructions
1 parent 93c6fa5 commit df79bcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ To update the output files with your changes, run
6767

6868
### Publishing Releases
6969
```bash
70-
npm version minor # or major/patch
70+
# change version in package.json
7171
grunt build
72-
git commit -a -m "browserify"
72+
git commit -a -m "vX.X.X"
73+
git tag vX.X.X
7374
npm publish
7475
git push --follow-tags
7576
```

0 commit comments

Comments
 (0)