From 973a82688b4edbd894db33b0bfbb1dfa907cfdd0 Mon Sep 17 00:00:00 2001 From: "Kim J. Nordmo" Date: Wed, 22 Nov 2017 06:28:33 +0100 Subject: [PATCH] (ghostdoc-pro) Added package changelog issue #6 --- automatic/ghostdoc-pro/Changelog.md | 5 +++++ automatic/ghostdoc-pro/ghostdoc-pro.nuspec | 5 ++++- automatic/ghostdoc-pro/update.ps1 | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 automatic/ghostdoc-pro/Changelog.md diff --git a/automatic/ghostdoc-pro/Changelog.md b/automatic/ghostdoc-pro/Changelog.md new file mode 100644 index 000000000..189890344 --- /dev/null +++ b/automatic/ghostdoc-pro/Changelog.md @@ -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 diff --git a/automatic/ghostdoc-pro/ghostdoc-pro.nuspec b/automatic/ghostdoc-pro/ghostdoc-pro.nuspec index ed05c7b9c..bfe8e0f17 100644 --- a/automatic/ghostdoc-pro/ghostdoc-pro.nuspec +++ b/automatic/ghostdoc-pro/ghostdoc-pro.nuspec @@ -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 ]]> - http://support.submain.com/kb/a42/whats-new-in-ghostdoc-v5.aspx + +[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) + diff --git a/automatic/ghostdoc-pro/update.ps1 b/automatic/ghostdoc-pro/update.ps1 index d3277b4fd..d0be14af5 100644 --- a/automatic/ghostdoc-pro/update.ps1 +++ b/automatic/ghostdoc-pro/update.ps1 @@ -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/' @@ -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 {