Cell Browser Release Process: Difference between revisions
From Genecats
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Setting Up the Environment for the Build== | ==Setting Up the Environment for the Build== | ||
Update the file buildEnv.sh | These instructions assume you're running bash. | ||
Change directory into cell browser git hierarchy build directory. | |||
cd ~/cellBrowser/build | |||
Make sure you're on the develop branch. | |||
git checkout develop | |||
Update the file buildEnv.sh to change CBVERSION to CBLASTVERSION and CBDATE to CBLASTDATA and add new CBVERSION and CBDATE strings. Source the file then check it in. | |||
vi buildEnv.sh | |||
source buildEnv.sh | |||
git commit buildEnv.sh | |||
==Running the git reports == | ==Running the git reports == | ||
Run the git reports. | |||
./doGitReports.sh | |||
git merge develop | git merge develop |
Revision as of 22:45, 30 August 2021
Setting Up the Environment for the Build
These instructions assume you're running bash.
Change directory into cell browser git hierarchy build directory.
cd ~/cellBrowser/build
Make sure you're on the develop branch.
git checkout develop
Update the file buildEnv.sh to change CBVERSION to CBLASTVERSION and CBDATE to CBLASTDATA and add new CBVERSION and CBDATE strings. Source the file then check it in.
vi buildEnv.sh source buildEnv.sh git commit buildEnv.sh
Running the git reports
Run the git reports.
./doGitReports.sh
git merge develop git push git tag v1.1.0 git push origin v1.1.0 make pip