From 7f4c50acb20ba4b002debe7b233728d95767129f Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Sun, 11 Apr 2021 19:04:52 +0000 Subject: [PATCH] adding link to release notes --- tools/PSc8y/PSc8y.psd1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/PSc8y/PSc8y.psd1 b/tools/PSc8y/PSc8y.psd1 index e2845cf49..7c6edbfad 100644 --- a/tools/PSc8y/PSc8y.psd1 +++ b/tools/PSc8y/PSc8y.psd1 @@ -342,9 +342,6 @@ AliasesToExport = '*' # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ - #Prerelease of this module - #Prerelease = '-alpha01' - # Tags applied to this module. These help with module discovery in online galleries. Tags = @( 'Cumulocity', @@ -367,7 +364,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = @( + 'Release notes can be found here: https://github.com/reubenmiller/go-c8y-cli/blob/master/CHANGELOG.md' + ) # External dependent modules of this module # ExternalModuleDependencies = ''