Skip to content

Commit

Permalink
GH-55: Review/Update README, CHANGELOG, RELEASNOTES, versions, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
beutepa committed Jun 28, 2019
1 parent ff2f93f commit d95792b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Automation/Publish-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit d95792b

Please sign in to comment.