Release process with git

2012-03-06 Thread Andreas Pieber
Hey guys, I'm curious about tagging and releasing with git now. I've done my share of googling and the only things I came up with where [1] and [2]. Well [1] is a little bit besides the topic but still right: there is also no tag at the git-repos [3]. I would like to know when and how releases

Re: Release process with git

2012-03-06 Thread Igor Vaynberg
when we start a build we create a branch, for example wicket-1.5.4 was built in the build/wicket-1.5.4 branch [4]. when the release vote passes the branch is tagged with a release tag, in case of 1.5.4 it was release/wicket-1.5.4 [5] you can see both the tags and branches in [3], in fact the

Re: Release process with git

2012-03-06 Thread Andreas Pieber
great; thank you very much for the explanation Igor! Kind regards, Andreas On Wed, Mar 7, 2012 at 05:12, Igor Vaynberg igor.vaynb...@gmail.com wrote: when we start a build we create a branch, for example wicket-1.5.4 was built in the build/wicket-1.5.4 branch [4].  when the release vote