Skip to content

Commit

Permalink
(ghostdoc-pro) Added package changelog
Browse files Browse the repository at this point in the history
issue #6
  • Loading branch information
AdmiringWorm committed Nov 22, 2017
1 parent 4e262aa commit 973a826
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions automatic/ghostdoc-pro/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Package changelog for [GhostDoc Pro Edition](https://chocolatey.org/packages/ghostdoc-pro)

## Version 5.8 (2017-10-01)
- Fixed install ahk script
- Initial implementation of the ghostdoc-pro chocolatey package
5 changes: 4 additions & 1 deletion automatic/ghostdoc-pro/ghostdoc-pro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ If you follow good naming conventions in your code, then you will get very decen
## Notes
- Uninstall is not completely silent, after uninstall a browser window pops up
]]></description>
<releaseNotes>http://support.submain.com/kb/a42/whats-new-in-ghostdoc-v5.aspx</releaseNotes>
<releaseNotes>
[Software Changelog](http://support.submain.com/kb/a42/whats-new-in-ghostdoc-v5.aspx)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/ghostdoc-pro/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="1.1.26.01" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostdoc-pro/update.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Import-Module AU
Import-Module "$env:chocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts\au_extensions.psm1"

$releases = 'http://submain.com/download/ghostdoc/pro/registered/'
$referer = 'http://submain.com/download/ghostdoc/pro/'
Expand All @@ -11,6 +10,7 @@ function global:au_AfterUpdate {
$Latest.ReleaseNotes = $info_page.Links | ? href -match "whats-new-in-ghostdoc" | % href

Update-Metadata -key "releaseNotes" -value $Latest.ReleaseNotes
Update-Changelog -useIssueTitle
}

function global:au_BeforeUpdate {
Expand Down

0 comments on commit 973a826

Please sign in to comment.