This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New rebase release


On 9/23/2011 11:11 AM, Jason Tishler wrote:
> I'm about to commit the following patch:
> 
>     http://www.tishler.net/jason/software/rebase/rebase.patch
> 
> Any comments before I do so?

Looks fine to me.

> Additionally, are there any conventions I should following when I tag
> the release?

"." is not allowed in cvs tags, and they are not allowed to start with a
number.  So, I usually do this:

x.y.z -> vx_y_z
4.0.0 -> v4_0_0

There are other conventions -- and things get more complicated when you
want to have branches -- but that will do for now.

--
Chuck


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]