Skip to content

Commit 195ebf8

Browse files
committed
docs: add reminder to push git tags
1 parent 7af1e60 commit 195ebf8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ If things look good, publish all packages to NPM with the publish command:
7373
lerna publish from-git
7474
```
7575

76-
**IMPORTANT:** Don't forget to push your "publish" commit and the new git tag(s) to the remote!
76+
Don't forget to push your "publish" commit and the new git tag(s) to the remote!
77+
78+
```shell
79+
git push --follow-tags
80+
```
7781

7882
## Core Modules Style Guide
7983

0 commit comments

Comments
 (0)