bump x.y.z version to odd y following creation of RELEASE_3_19 branch
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("mygene")
Ref: https://bioconductor.org/developers/how-to/git/push-to-github-bioc/
Make sure you have the commit permission to git.bioconductor.org
Setup at https://git.bioconductor.org/BiocCredentials/login/
Make sure proper git remote upstream is added following the instruction above
$ git remote -v origin git@github.com:biothings/mygene.R.git (fetch) origin git@github.com:biothings/mygene.R.git (push) upstream git@git.bioconductor.org:packages/mygene.git (fetch) upstream git@git.bioconductor.org:packages/mygene.git (push)
Make changes and commit to origin/master
Merge and push changes to git.bioconductor.org
git fetch upstream git merge upstream/master
Fix any merge conflicts and push the changes to upstream
git push merge upstream master
Also follow this instruction for bugfix in a release branch: http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/.
and this for bumping version after a bugfix: http://bioconductor.org/developers/how-to/version-numbering/.
基因信息查询与注释工具
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
What is this repository for?
To install mygene:
Contact
How to push changes to bioconductor
Ref: https://bioconductor.org/developers/how-to/git/push-to-github-bioc/
Make sure you have the commit permission to git.bioconductor.org
Setup at https://git.bioconductor.org/BiocCredentials/login/
Make sure proper git remote upstream is added following the instruction above
Make changes and commit to origin/master
Merge and push changes to git.bioconductor.org
Fix any merge conflicts and push the changes to upstream
Also follow this instruction for bugfix in a release branch: http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/.
and this for bumping version after a bugfix: http://bioconductor.org/developers/how-to/version-numbering/.