in Content/scripts/git/git.cake [23:25]
public static bool IsRelease(this string branch) { return (branch ?? "").ToLower().StartsWith("release"); }