We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e9c1d commit c6c8930Copy full SHA for c6c8930
README.md
@@ -17,7 +17,7 @@ _how it works:_
17
3. when you're ready to release to npm:
18
1. checkout `master`.
19
2. run `standard-version`.
20
- 3. `git push --tags; git push origin master; npm publish`.
+ 3. `git push --follow-tags origin master; npm publish`.
21
22
`standard-version` does the following:
23
@@ -55,7 +55,7 @@ _And add this to your _package.json:_
55
_patches:_
56
57
```sh
58
--m "fix(parsing): fixed a bug in our parser"
+git commit -a -m "fix(parsing): fixed a bug in our parser"
59
```
60
61
_features:_
0 commit comments