Skip to content
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 does not pick up version #1102

Conversation

JakeGinnivan
Copy link
Contributor

Rebased #1004 and some minor fixes

@@ -22,7 +20,7 @@ public class BranchConfigurationCalculator
currentBranch.FriendlyName));

var branchConfig = new BranchConfig();
ConfigurationProvider.ApplyBranchDefaults(config, branchConfig, "");
ConfigurationProvider.ApplyBranchDefaults(config, branchConfig, "", isDevelop: true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JakeGinnivan This change is not needed anymore, at least with PR #1085.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed that with my cleanup. This branch doesn't functionally change anything, it is more about the rename from is-develop to tracks-release-branches

@JakeGinnivan JakeGinnivan force-pushed the feature-branch-does-not-pick-up-version branch from bd1fb1c to b0bd709 Compare November 26, 2016 11:24
@JakeGinnivan JakeGinnivan merged commit 11891f3 into GitTools:master Nov 26, 2016
@JakeGinnivan JakeGinnivan deleted the feature-branch-does-not-pick-up-version branch November 26, 2016 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants