Skip to content

Commit c3aa562

Browse files
committed
Bump version to 5.0.0-alpha011
1 parent ba17b49 commit c3aa562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ Target "ReleaseDocs" (fun _ ->
10211021

10221022
//#load "paket-files/build/fsharp/FAKE/modules/Octokit/Octokit.fsx"
10231023

1024-
Target "Release" (fun _ ->
1024+
Target "FastRelease" (fun _ ->
10251025
StageAll ""
10261026
Commit "" (sprintf "Bump version to %s" release.NugetVersion)
10271027
Branches.push ""
@@ -1071,7 +1071,7 @@ Target "EnsureTestsRun" (fun _ ->
10711071
)
10721072
Target "Default" ignore
10731073
Target "StartDnc" ignore
1074-
Target "FastRelease" ignore
1074+
Target "Release" ignore
10751075

10761076
"Clean"
10771077
==> "StartDnc"

0 commit comments

Comments
 (0)