Skip to content

Files

Latest commit

 

History

History
9 lines (8 loc) · 211 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 211 Bytes

How to Release

  • set version in config.ts
  • set version in package.json
  • set version in README.md
  • update CHANGELOG.md
  • push to master
  • git tag git tag -a v1.4 -m "1.4"
  • push tag git push origin v1.4