From d95792b8d67ea0e357573408ffc14b1413c6bf3f Mon Sep 17 00:00:00 2001 From: beutepa Date: Fri, 28 Jun 2019 13:35:28 +0200 Subject: [PATCH] GH-55: Review/Update README, CHANGELOG, RELEASNOTES, versions, ... --- Automation/Publish-Module.ps1 | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Automation/Publish-Module.ps1 b/Automation/Publish-Module.ps1 index 423a217..f26ba1c 100644 --- a/Automation/Publish-Module.ps1 +++ b/Automation/Publish-Module.ps1 @@ -78,7 +78,7 @@ foreach($moduleName in $moduleNamesToPublish) $progressActivity="Publish $moduleName" Write-Progress -Activity $progressActivity - if(($Repository -eq "PSGallery") -and ($moduleName -eq "ISHServer.14")) + if(($Repository -eq "PSGallery") -and ($moduleName -eq "ISHServer.15")) { throw "Not allowed to publish $moduleName to $repository" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e9aae..52e044e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Issues: - GH-48: Add installaton of AdoptOpenJDK and JRE pre-requisite - GH-50: Upgrade .NET Framework pre-requisite to 4.7.2 for the upcoming release of Tridion Docs 14.0.0 - GH-52: Add support for Windows Server 2019 +- GH-55: Review/Update README, CHANGELOG, RELEASNOTES, versions, ... **1.6**