Subject: | Allow Git::Tag to tag the release commit generated by Git::CommitBuild |
I'm experimenting with CommitBuild to maintain a release branch which has all the releases. This means that once I'm done a release, I have:
1) A new commit on "master" from Git::Commit which includes for example updates to the changelog. This commit gets tagged as v1.2.3.
2) A new commit on "release" from Git::CommitBuild. This is the commit I would like to have tagged, as that's actually what went to CPAN.
I'm not sure there's a way to make that happen, but there should be.