Skip to content

Added support for NextVersion.txt in GitFlow and dynamic repositories #208

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

Merged
merged 2 commits into from
Jul 8, 2014
Merged

Added support for NextVersion.txt in GitFlow and dynamic repositories #208

merged 2 commits into from
Jul 8, 2014

Conversation

GeertvanHorrik
Copy link
Contributor

Note that this only applies to develop-based branches. Master branches are still retrieved correctly by using the tags, but this allows to override the next version on develop builds (so I can deploy 4.0.0-unstable0389 on the develop branch, otherwise it would have been 3.10.0-unstable0389).

image

@@ -73,6 +73,9 @@ string GetGitInfoFromUrl()

repository.Refs.UpdateTarget("HEAD", targetBranchName);
}

// TODO: Are there other files?
Copy link
Contributor

Choose a reason for hiding this comment

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

Nope, this is the only special file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great, will remove the comment

@JakeGinnivan
Copy link
Contributor

Looks good, thanks

JakeGinnivan added a commit that referenced this pull request Jul 8, 2014
Added support for NextVersion.txt in GitFlow and dynamic repositories
@JakeGinnivan JakeGinnivan merged commit 1023b0a into GitTools:master Jul 8, 2014
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.

2 participants