-
Notifications
You must be signed in to change notification settings - Fork 46
How to release version 11 of ts.ui
leo zhang edited this page Feb 5, 2020
·
1 revision
- Go to
releases, find out the right tag of version 11, which is 11.3.3 right now. -
$ git checkout tags/<tag> -b <branch>such as:git checkout tags/v11.3.3 -b lza/v11-11.3.4 - Make your changes in your branch and push your branch to github.
- Release your changes from your local.
npm run release
As always, don't forget to check the Issues and Releases pages for the most up-to-date info.
| The Docs | Issues Page | Releases Page | Repo Readme | Check out the Milestones |
|---|