That is correct, if you are using the git mirror, check out the release branch 
by doing:

git checkout release-3.2

Make your changes, commit, and push. The same guidelines about version numbers 
and only backporting essential fixes apply.

When you are done you probably want to

git checkout devel

So that you are working on devel the next time you make changes to the package.

Dan


----- Original Message -----
> From: "Venkat Malladi" <venkat.mall...@utsouthwestern.edu>
> To: "Dan Tenenbaum" <dtene...@fredhutch.org>
> Cc: "bioc-devel" <bioc-devel@r-project.org>
> Sent: Monday, January 4, 2016 11:55:32 AM
> Subject: Re: [Bioc-devel] Update released version of Package

> Thanks Dan.
> 
> If I am using the git mirror i should just checkout the Release branch and 
> push.
> That is what I can tell from the documentation.
> 
> Venkat
> 
>> On Jan 4, 2016, at 12:35 PM, Dan Tenenbaum <dtene...@fredhutch.org> wrote:
>> 
>> Check out the release version from SVN at
>> 
>> https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/YOURPACKAGENAME
>> 
>> Make the fixes.
>> 
>> Be sure to bump the version number accordingly, that is, do NOT make it the 
>> same
>> as the version number in devel.
>> Bump only the last segment (z of the x.y.z version number).  For example, if 
>> the
>> version number is 1.0.0, bump it to 1.0.1.
>> 
>> Then commit the changes.
>> 
>> The changes in release should be minimal; change only what is necessary to 
>> fix
>> bugs/errors, or to enhance documentation.
>> Other changes/new/features/experiments in devel should not be backported to
>> release.
>> 
>> More information:
>> 
>> http://bioconductor.org/developers/how-to/source-control/
>> http://bioconductor.org/developers/how-to/version-numbering/
>> 
>> Dan
>> 
>> ----- Original Message -----
>>> From: "Venkat Malladi" <venkat.mall...@utsouthwestern.edu>
>>> To: "bioc-devel" <bioc-devel@r-project.org>
>>> Sent: Monday, January 4, 2016 10:31:33 AM
>>> Subject: [Bioc-devel] Update released version of Package
>> 
>>> Hi,
>>> 
>>> I noticed that in release 3.2 of my package some functions were never 
>>> exported.
>>> I have fixed this on the devel branch, but what is the best way for me to 
>>> fix
>>> this on the release 3.3?
>>> 
>>> Venkat
>>> 
>>> ________________________________
>>> 
>>> UT Southwestern
>>> 
>>> 
>>> Medical Center
>>> 
>>> 
>>> 
>>> The future of medicine, today.
>>> 
>>> _______________________________________________
>>> Bioc-devel@r-project.org mailing list
> >> https://stat.ethz.ch/mailman/listinfo/bioc-devel

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to