Closed (works as designed)
Project:
Project Git instructions
Version:
6.x-1.x-dev
Component:
Instructions
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 May 2011 at 03:42 UTC
Updated:
27 Jun 2012 at 11:15 UTC
Comments
Comment #1
lyricnz commentedComment #2
eliza411 commentedAm I missing something? The branch or release must have been created in order for it to exist as a choice in the drop down, which renders the directions unnecessary.
Comment #3
eliza411 commentedOh, I see, it's only the directions about tagging for a release that should have a dynamic branch? Can you provide a concrete example, including the 'note about this,' that would be adequately clear?
Comment #4
lyricnz commentedThe drop down selects *branches*, and the instructions I refer to are those for creating a release within that branch.
Comment #5
eliza411 commentedStill not clear what you're suggesting as there are directions for both dev and stable releases.
We'd communicate more clearly if you provided a concrete example rather than a description of the change you're proposing. For example, do you mean:
Tag for a stable release
Comment #6
eliza411 commentedI completely missed the screencap, which does make this more clear.
Moving this to a feature request.
Comment #7
helmo commentedReplacing 7.x-1.x with the selected branch should work by using @branch placeholder.
Filling in 7.x-1.0 is more difficult as we would have to lookup the existing tags to find the last tag tied to the current branch and increments on that.
Comment #8
helmo commentedTo replace 7.x-1.x with @branch we should that the branchname follows the naming convention, it should not be a feature branch...
Replacing 7.x-1.0 would require a function to generate a recommended next release version. Feel free to open an issue to hash that out.
I'm closing this issue for-now.