Skip to content

Commit

Permalink
Bump version to 0.8.0-alpha002
Browse files Browse the repository at this point in the history
* FEATURE: Add release notes and nuget packages to GitHub releases (#75)
  • Loading branch information
Jimmy Byrd committed Mar 20, 2018
1 parent 1cd0f10 commit e96c3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.8.0-alpha001 - 2018-03-20
### 0.8.0-alpha002 - 2018-03-20
* FEATURE: Add release notes and nuget packages to GitHub releases (https://github.com/TheAngryByrd/MiniScaffold/pull/75)

### 0.7.1 - 2018-03-19
Expand Down
1 change: 1 addition & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Target "GitHubRelease" (fun _ ->
|> fun draft ->
!! distGlob
|> Seq.fold (fun draft pkg -> draft |> uploadFile pkg) draft

|> releaseDraft
|> Async.RunSynchronously

Expand Down

0 comments on commit e96c3bd

Please sign in to comment.