Skip to content

Commit

Permalink
Don't create module page MD file
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Jun 9, 2019
1 parent e55dc51 commit 2c2d435
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.1] - 2019-06-09

### Fixed

- Don't create module page MD file.

## [0.3.0] - 2019-04-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion PowerShellBuild/PowerShellBuild.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'PowerShellBuild.psm1'
ModuleVersion = '0.3.0'
ModuleVersion = '0.3.1'
GUID = '15431eb8-be2d-4154-b8ad-4cb68a488e3d'
Author = 'Brandon Olin'
CompanyName = 'Community'
Expand Down
1 change: 0 additions & 1 deletion PowerShellBuild/Public/Build-PSBuildMarkdown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function Build-PSBuildMarkdown {
Module = $ModuleName
Locale = $Locale
OutputFolder = (Join-Path $DocsPath $Locale)
WithModulePage = $true
ErrorAction = 'SilentlyContinue'
Verbose = $VerbosePreference
}
Expand Down

0 comments on commit 2c2d435

Please sign in to comment.