Skip to content

Commit e1358bd

Browse files
authored
(docs) Update release instructions
1 parent 4cd1f0e commit e1358bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ git merge --ff-only dev
5454
Add a tag
5555
```sh
5656
git tag v1.8.0
57-
git push --follow-tags
57+
git push
58+
git push --tags
5859
```
5960

6061
Deploy the new demo page
@@ -68,4 +69,5 @@ cd ..
6869
Publish the new version to `npm`
6970
```sh
7071
npm publish
72+
git checkout dev
7173
```

0 commit comments

Comments
 (0)