We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04bf06 commit 4cfe3a4Copy full SHA for 4cfe3a4
packages/models/README.md
@@ -20,7 +20,7 @@ See [`CHANGELOG.md`](CHANGELOG.md)
20
#### Releasing a new version
21
1. Document your changes in [`CHANGELOG.md`](CHANGELOG.md). Do not `git add` the file.
22
1. Run `yarn version`
23
-1. `git push origin master`
+1. `git push --tags origin master`
24
1. `npm publish`
25
1. Use the new version in the api package
26
0 commit comments