-
Notifications
You must be signed in to change notification settings - Fork 654
Release/3.0.0 #364
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
Release/3.0.0 #364
Conversation
…ration Context assigns branch configuration
Throw error when user is using legacy configuration values
…uration and trying to remove places ignoring configuration
Configuration Updates
Variable provider updates
Deprecated NextVersion.txt
…e version always majorMinorPatch
Review and comment fixes
@orjan @GeertvanHorrik I have fixed the issues around commit counting and the develop branch which you both spotted. Could you have another look |
I've been doing some regression and our develop branch won't bump when master merges develop. I'll guess it the breaking change that I'm seeing? If this is intended what's the workarounds? Manually bumping the config file or creating a release branch?
|
I have a similar issue with feature branches where the commits in the develop branch counts as commits for the feature, not sure if this is intended?
|
For your first scenario we could introduce a new config which is For the second, commit counting is done from the source of the base version. In this case the commit that develop last bumped it's version. We could also calculate from the branch point and take the lesser of the two? Pull request for either of those are welcome :) For me not show stoppers. @andreasohlund is the first issue a problem for you? |
No issue for us since we don't really care about commit counting on develop |
@JakeGinnivan no show stoppers for us, since the counter is increasing. |
@orjan feel free to create issues for either of those things to discuss separately. @andreasohlund should we press the button on beta.1 |
+1 For beta (let me double check the fileversion bug first) On Wed, Feb 18, 2015 at 2:34 PM, Jake Ginnivan [email protected]
|
Will create issue, has spiking a little bit to understand more about the code base. Do we have a clue how many installations that will auto update gitversion when 3.0 is released? E.g TeamCity meta runner with auto update enabled.
|
Added info on how we calculate version to readme
…nsensitive for branch prefix.
Fixes #375 - Made known merge branch version number extraction case insensitive
Feature/fix merge detection
Creating release branch for 3.0.0 release.
TODO:
useBranchNameAsTag
rather than using "useBranchName" magic string.useBranchNameAsTag
being true should cause thetag
setting to be ignored. (Not going to fix)