Comment 1 for bug 685571

Revision history for this message
Michael Lustfield (michaellustfield) wrote : Re: programmatic way to update upstream version string

Even just being able to grab a tag would be amazing...

bzr tag 2.9.5-1ppa1
bzr push lp:mycode

recipe: {lasttag:mycode} or latesttag or ...

Then the user can pick what branch (probably packaging branch) that they tag. Of course that would imply that the tag is exactly what's needed for the version string. Example would be.. "2.3.4-9ppa1" or "2.3.9" or "2.3.9-1" would work - but "foo bar" would not work.

I think this is a patch that I could perhaps create.... I'll try but no guarantees what so ever...