Skip to content

Commit

Permalink
chore: update git push suggestion in collaborator guide md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Dashkevich committed Mar 1, 2023
1 parent 4ba1607 commit 73a5b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COLLABORATOR_GUIDE.md
Expand Up @@ -6,4 +6,4 @@
- Ensure the tests are passing on main
- You may need to be granted npm publish permissions if this is your first time publishing. Try to get this working first!
- Version on npm `npm version [patch|minor|major]`
- Push changes from versioning to main, and the new tag you just created `git push && git push --tags`. You can also push the specific tag with `git push [remote] [tag]`
- Push changes from versioning to main, and the new tag you just created `git push --follow-tags origin main`.

0 comments on commit 73a5b60

Please sign in to comment.