Skip to content

How to release version 11 of ts.ui

leo zhang edited this page Feb 5, 2020 · 1 revision
  1. Go to releases, find out the right tag of version 11, which is 11.3.3 right now.
  2. $ git checkout tags/<tag> -b <branch> such as: git checkout tags/v11.3.3 -b lza/v11-11.3.4
  3. Make your changes in your branch and push your branch to github.
  4. Release your changes from your local. npm run release