Skip to content

Commit 6d9dff8

Browse files
committed
docs: update publish procedures
1 parent ce6cbf5 commit 6d9dff8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/publish.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn build
2222
npm publish
2323

2424
# push code and trigger github release creation
25-
git push
25+
git push --follow-tags
2626
```
2727

2828
## Version 2
@@ -56,5 +56,10 @@ yarn build
5656
npm publish
5757

5858
# push code and trigger github release creation
59+
git push --follow-tags
60+
61+
# merge change logs back to develop
62+
git checkout develop
63+
git merge --no-ff master
5964
git push
6065
```

0 commit comments

Comments
 (0)