Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 250 Bytes

File metadata and controls

12 lines (9 loc) · 250 Bytes

How to deploy

  1. Add every change in CHANGELOG.md
  2. Run git push
  3. On your terminal, run git tag v{version}
  4. Run git push origin {tag_name}

Example of how to deploy

  1. Run git tag v3.4.24
  2. Run git push origin v3.4.24
  3. Done!