Skip to content

Commit 4cfe3a4

Browse files
(models) clarify version publishing
1 parent b04bf06 commit 4cfe3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See [`CHANGELOG.md`](CHANGELOG.md)
2020
#### Releasing a new version
2121
1. Document your changes in [`CHANGELOG.md`](CHANGELOG.md). Do not `git add` the file.
2222
1. Run `yarn version`
23-
1. `git push origin master`
23+
1. `git push --tags origin master`
2424
1. `npm publish`
2525
1. Use the new version in the api package
2626

0 commit comments

Comments
 (0)