Skip to content

Commit c6c8930

Browse files
stevemaobcoe
authored andcommitted
docs: fix typo and promote --follow-tags (#20)
1 parent c5e9c1d commit c6c8930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _how it works:_
1717
3. when you're ready to release to npm:
1818
1. checkout `master`.
1919
2. run `standard-version`.
20-
3. `git push --tags; git push origin master; npm publish`.
20+
3. `git push --follow-tags origin master; npm publish`.
2121

2222
`standard-version` does the following:
2323

@@ -55,7 +55,7 @@ _And add this to your _package.json:_
5555
_patches:_
5656

5757
```sh
58-
-m "fix(parsing): fixed a bug in our parser"
58+
git commit -a -m "fix(parsing): fixed a bug in our parser"
5959
```
6060

6161
_features:_

0 commit comments

Comments
 (0)