Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit faf5dfe

Browse files
committed
Update README
1 parent d4aabb0 commit faf5dfe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,11 @@ After a tag is pushed, our [CircleCI](https://circleci.com/gh/cristianoc/genType
231231
**Here are the concrete commands to run:**
232232
233233
```
234-
# Make sure to commit all current changes, the working branch should be clean
234+
# Make sure to commit & push all current changes, the working branch should be clean
235+
# and synced up with your remote branch
236+
237+
# Also make sure that your current branch is explicitly set to the relevant remote
238+
# (`git push` instead of `git push origin master`)
235239
git status
236240

237241
# For patches (0.0.X+1)

0 commit comments

Comments
 (0)