Skip to content

Commit 16af787

Browse files
author
Jimmy Byrd
committed
Bump version to 0.21.4-beta001
* MINOR: Cleans up mobile rendering for docs generation tool
1 parent 7fc3385 commit 16af787

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.21.4-beta001 - 2019-12-23
2+
* MINOR: Cleans up mobile rendering for docs generation tool
3+
14
### 0.21.3 - 2019-12-21
25
* DOCUMENTATION: Explain Appveyor badge nuances (https://github.com/TheAngryByrd/MiniScaffold/pull/160)
36
* MINOR: Use Microsoft.NETFramework.ReferenceAssemblies instead of netfx.props (https://github.com/TheAngryByrd/MiniScaffold/pull/161)

build.fsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ Target.create "ReleaseDocs" ``release docs``
285285
//-----------------------------------------------------------------------------
286286
"DotnetPack" ==> "BuildDocs"
287287
"BuildDocs" ==> "ReleaseDocs"
288-
"Publish" ?=> "ReleaseDocs"
288+
"IntegrationTests" ?=> "ReleaseDocs"
289+
"ReleaseDocs" ==> "Release"
289290

290291
"Clean"
291292
==> "DotnetRestore"

0 commit comments

Comments
 (0)