Skip to content

Commit 1c13fbb

Browse files
author
Ubuntu
committed
update readme
1 parent 2a31518 commit 1c13fbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

128128
### Publishing Releases
129129
```bash
130-
# change version in package.json
131130
npm run build
132-
git commit -a -m "vX.X.X"
133-
git tag vX.X.X
131+
git commit -a -m "Build distribution"
132+
npm version minor # or major/patch
134133
npm publish
135134
git push --follow-tags
136135
```

0 commit comments

Comments
 (0)