Skip to content

Commit

Permalink
create and push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Sep 20, 2015
1 parent 2f9dd11 commit b761303
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.fsx
Expand Up @@ -257,6 +257,11 @@ Target "ReleaseBinaries" (fun _ ->
Branches.push "temp/release"
)

Target "CreateTag" (fun _ ->
Branches.tag "" release.NugetVersion
Branches.pushTag "" "origin" release.NugetVersion
)

Target "Release" DoNothing

// --------------------------------------------------------------------------------------
Expand All @@ -274,6 +279,7 @@ Target "All" DoNothing
==> "NuGet"
==> "ReleaseDocs"
// ==> "ReleaseBinaries"
==> "CreateTag"
==> "Release"

RunTargetOrDefault "All"

0 comments on commit b761303

Please sign in to comment.