docs: Update CHANGELOG and WIKI
This commit is contained in:
@@ -4,7 +4,7 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1
|
||||
|
||||
|
||||
<#
|
||||
$ver = "v0.1.12"
|
||||
$ver = "v0.1.14"
|
||||
git checkout main
|
||||
git pull origin main
|
||||
git tag -a $ver -m "Release version $ver refactor Update"
|
||||
@@ -13,3 +13,30 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1
|
||||
git push origin $ver
|
||||
# git tag -d $ver
|
||||
#>
|
||||
|
||||
$OutputFolder = ".\help"
|
||||
$parameters = @{
|
||||
Module = "M365FoundationsCISReport"
|
||||
OutputFolder = $OutputFolder
|
||||
AlphabeticParamsOrder = $true
|
||||
WithModulePage = $true
|
||||
ExcludeDontShow = $true
|
||||
Encoding = [System.Text.Encoding]::UTF8
|
||||
}
|
||||
New-MarkdownHelp @parameters
|
||||
New-MarkdownAboutHelp -OutputFolder $OutputFolder -AboutName "M365FoundationsCISReport"
|
||||
|
||||
|
||||
####
|
||||
$parameters = @{
|
||||
Path = ".\help"
|
||||
RefreshModulePage = $true
|
||||
AlphabeticParamsOrder = $true
|
||||
UpdateInputOutput = $true
|
||||
ExcludeDontShow = $true
|
||||
LogPath = ".\log.txt"
|
||||
Encoding = [System.Text.Encoding]::UTF8
|
||||
}
|
||||
Update-MarkdownHelpModule @parameters
|
||||
Update-MarkdownHelpModule -Path ".\help" -RefreshModulePage
|
||||
New-ExternalHelp -Path ".\help" -OutputPath ".\source\en-US" -force
|
Reference in New Issue
Block a user