On Thu, Jun 6, 2013 at 9:58 AM, Garren Smith <gar...@apache.org> wrote: > I agree with Jason and Bob, the simplest way is going to be the easiest for > us to implement. > > With us wanting to use commit messages in the release notes, could we not > mark specific commit messages e.g. [Release Notes] so that only specific > commit messages get added into the release notes and other commits get > ignored. > >
why would you want to parse a commit message to find a release branch when you could just do $ git branch -a $ git checkout <branchname> ? - benoit