Skip to content

Commit 6b5c818

Browse files
author
Jimmy Byrd
committed
Bump version to 0.8.0
* FEATURE: Add release notes and nuget packages to GitHub releases (#75)
1 parent e96c3bd commit 6b5c818

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.8.0-alpha002 - 2018-03-20
1+
### 0.8.0 - 2018-03-20
22
* FEATURE: Add release notes and nuget packages to GitHub releases (https://github.com/TheAngryByrd/MiniScaffold/pull/75)
33

44
### 0.7.1 - 2018-03-19

build.fsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ Target "GitHubRelease" (fun _ ->
168168
|> fun draft ->
169169
!! distGlob
170170
|> Seq.fold (fun draft pkg -> draft |> uploadFile pkg) draft
171-
172171
|> releaseDraft
173172
|> Async.RunSynchronously
174173

0 commit comments

Comments
 (0)