Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 223 Bytes

Note.md

File metadata and controls

12 lines (10 loc) · 223 Bytes

Realease

Make sure you are checked out master branch

# Make sure you are checked out master branch
# or `git checkout master`
git pull
yarn release
git commit -v --amend
git push --follow-tags origin master