Cell Browser Release Process: Difference between revisions
From Genecats
Jump to navigationJump to search
(Created page with "These are the instructions to release the Cell Browser.") |
No edit summary |
||
Line 1: | Line 1: | ||
==Setting Up the Environment for the Build== | |||
==Running the git reports == | |||
git merge develop | |||
git push | |||
git tag v1.1.0 | |||
git push origin v1.1.0 | |||
make pip | |||
==QA reviews == |
Revision as of 20:29, 30 August 2021
Setting Up the Environment for the Build
Running the git reports
git merge develop git push git tag v1.1.0 git push origin v1.1.0 make pip