We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd0f10 commit e96c3bdCopy full SHA for e96c3bd
RELEASE_NOTES.md
@@ -1,4 +1,4 @@
1
-### 0.8.0-alpha001 - 2018-03-20
+### 0.8.0-alpha002 - 2018-03-20
2
* FEATURE: Add release notes and nuget packages to GitHub releases (https://github.com/TheAngryByrd/MiniScaffold/pull/75)
3
4
### 0.7.1 - 2018-03-19
build.fsx
@@ -168,6 +168,7 @@ Target "GitHubRelease" (fun _ ->
168
|> fun draft ->
169
!! distGlob
170
|> Seq.fold (fun draft pkg -> draft |> uploadFile pkg) draft
171
+
172
|> releaseDraft
173
|> Async.RunSynchronously
174
0 commit comments