Skip to content

Commit

Permalink
Add release notes and link to it in the module manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed May 20, 2017
1 parent bfa0811 commit f0f9609
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PSCodeHealth/PSCodeHealth.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ PrivateData = @{
IconUri = 'https://github.com/MathieuBuisson/PSCodeHealth/raw/master/PSCodeHealth/Assets/PSCodeHealthLogo.png'

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = 'https://github.com/MathieuBuisson/PSCodeHealth/blob/master/docs/Release.md'

} # End of PSData hashtable

Expand Down
4 changes: 1 addition & 3 deletions PSCodeHealth/Public/Test-PSCodeHealthCompliance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,5 @@ Function Test-PSCodeHealthCompliance {
}
return 'Pass'
}
Else {
return $ComplianceResults
}
return $ComplianceResults
}
3 changes: 3 additions & 0 deletions docs/Release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 2017-05-20

- Add release notes and link to it in the module manifest
1 change: 1 addition & 0 deletions header-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ copyright: "PSCodeHealth is licensed under the <a href='https://github.com/Mathi
pages:
- Home: index.md
- Metrics collected by PSCodeHealth: Metrics.md
- Release Notes: Release.md

0 comments on commit f0f9609

Please sign in to comment.