You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release/0.27.0:
(#145) Enable skipping of Yarn analysis
(maint) synced local '.templates/' with remote '.github/GitReleaseManager/.templates/'
(maint) Remove unnecessary comma from output
(build) Switch to deleting old labels
(maint) created local '.github/workflows/label-sync.yml' from remote '.github/workflows/label-sync.yml'
Copy file name to clipboardexpand all lines: Chocolatey.Cake.Recipe/Content/build.cake
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Setup<BuildData>(context =>
43
43
);
44
44
});
45
45
46
-
Information("Building version {0} of "+BuildParameters.Title+" ({1}, {2}) using version {3} of Cake, , and version {4} of Chocolatey.Cake.Recipe. (IsTagged: {5})",
46
+
Information("Building version {0} of "+BuildParameters.Title+" ({1}, {2}) using version {3} of Cake, and version {4} of Chocolatey.Cake.Recipe. (IsTagged: {5})",
0 commit comments