-
Notifications
You must be signed in to change notification settings - Fork 654
Feature branch with jira key #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature branch with jira key #337
Conversation
This is just a test to reproduce my issue with feature branches based on the jira key e.g. feature/JIRA-123-a-description.
While looking into this issue I noticed that we could have SemVer which has a - in the tag. These should be replaced with |
It also brings up an interesting issue about the difference between GitFlow and GitHubFlow. For branch Thoughts @orjan @andreasohlund @SimonCropp @gep13 |
I'm not sure that the jira identifier "JIRA-123" should be splitted since an identifier might contain - http://semver.org/ [0-9A-Za-z-] so I would prefer |
@orjan you are right. I didn't realise that hyphens were allowed in a pre-release tag. That seems strange to me, but that means I do not have to replace the - with . |
@orjan as for the .5 vs +5 That will be a configuration option in the new version hopefully. You will have to use the variables or format the version manually at the moment. |
@JakeGinnivan great news regarding +5 .5 I'll guess we're all having different use cases. |
@JakeGinnivan both GitFlow and GitHubFlow is looking good but I cannot see why the should differ. |
@JakeGinnivan so is the current branch tagged at 1.0.0, or the NextVersion.txt contains 1.0.0, or in the YAML file it has the 1.0.0? In which case, GitFlow is returning correctly, right? Just want to make sure we are on the same page 😸 |
GitHubFlow bumps patch, GitFlow bumps minor as patch is done with hotfix branches. |
Now that, I should have known, but then I don't really use GitHubFlow 😸 So what is the difference that you are referring to? The inclusion of the word feature? |
Oh. yeah GitFlow understands feature branches. GithubFlow doesn't. |
Right, sorry, now I follow! I thought you were saying that there was a problem with the differences being there. But you are saying that these differences are expected, and you were just highlighting them. I will step away from the keyboard now... |
Updated based on feedback. For branch feature/JIRA-123 |
+1 On Wed, Jan 7, 2015 at 10:22 AM, Jake Ginnivan [email protected]
|
Feature branch with jira key
Replacing #327 with a possible solution to the failing test