Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 327 Bytes

release-howto.md

File metadata and controls

15 lines (11 loc) · 327 Bytes

Release howto

List tags by running:

git tag -l

After that, run the following commands. Replace the version number by an increase of the largest number from the previous command.

  • yarn compile # Compile translations
  • git tag -a v0.10.4
  • git push origin v0.10.4
  • git push origin master
  • yarn build
  • yarn deploy