Skip to content

Commit

Permalink
adding link to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Apr 11, 2021
1 parent 7db7f75 commit 7f4c50a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tools/PSc8y/PSc8y.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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 = ''
Expand Down

0 comments on commit 7f4c50a

Please sign in to comment.