Skip to content

Commit 2c2d435

Browse files
committed
Don't create module page MD file
1 parent e55dc51 commit 2c2d435

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.3.1] - 2019-06-09
9+
10+
### Fixed
11+
12+
- Don't create module page MD file.
13+
814
## [0.3.0] - 2019-04-23
915

1016
### Fixed

PowerShellBuild/PowerShellBuild.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PowerShellBuild.psm1'
3-
ModuleVersion = '0.3.0'
3+
ModuleVersion = '0.3.1'
44
GUID = '15431eb8-be2d-4154-b8ad-4cb68a488e3d'
55
Author = 'Brandon Olin'
66
CompanyName = 'Community'

PowerShellBuild/Public/Build-PSBuildMarkdown.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function Build-PSBuildMarkdown {
5555
Module = $ModuleName
5656
Locale = $Locale
5757
OutputFolder = (Join-Path $DocsPath $Locale)
58-
WithModulePage = $true
5958
ErrorAction = 'SilentlyContinue'
6059
Verbose = $VerbosePreference
6160
}

0 commit comments

Comments
 (0)