Skip to content

Commit f58a509

Browse files
committed
add githubflow todo
1 parent 2d5f9ff commit f58a509

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

GitVersionTask/VersionCache.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ public static CachedVersion GetVersion(string gitDirectory)
2424
}
2525
Logger.WriteInfo("Version not in cache. Calculating version.");
2626

27+
//TODO: cope with githubflow
28+
//if (GitVersionFinder.ShouldGitHubFlowVersioningSchemeApply(repo))
29+
//{
30+
// return rd;
31+
//}
2732
return versionCacheVersions[key] = new CachedVersion
2833
{
2934
SemanticVersion = GitVersionFinder.GetSemanticVersion(repo),

0 commit comments

Comments
 (0)