Skip to content

Commit 3887eb9

Browse files
committed
Maybe it's better to edit package.json first
1 parent fee3a72 commit 3887eb9

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
@@ -1528,10 +1528,10 @@ $ npm run tdd
15281528
### Releasing
15291529
15301530
```
1531-
$ npm run dist
15321531
$ edit package.json # update version number
15331532
$ git commit -m "Bump version $VERSION"
15341533
$ git tag v$VERSION
1534+
$ npm run dist
15351535
$ npm publish
15361536
$ git push --tags origin
15371537
```

0 commit comments

Comments
 (0)