Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 186 Bytes

releases.md

File metadata and controls

10 lines (8 loc) · 186 Bytes

Release process (draft)

  • git check master

  • git merge --no-ff development

  • git push

  • git tag v1.x.x

  • update.sh or install.sh

  • tar -zcf v1.x.x.tar.gz .

  • Upload to tag on github