Skip to content

Commit

Permalink
(gtkwave) Added package changelog
Browse files Browse the repository at this point in the history
issue #6
  • Loading branch information
AdmiringWorm committed Dec 7, 2017
1 parent 8cc7e9d commit c247fd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions automatic/gtkwave/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ![GTKWave Changelog](https://img.shields.io/badge/GTKWave-Package%20Changelog-blue.svg?style=for-the-badge)

## Version 3.3.86 (2017-10-30)
- Initial implementation of the gtkwave chocolatey package
5 changes: 4 additions & 1 deletion automatic/gtkwave/gtkwave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[GTKWave is a fully featured GTK+ based wave viewer for Unix, Win32, and Mac OSX which reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing
]]></description>
<releaseNotes>https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/ChangeLog</releaseNotes>
<releaseNotes>
[Software Changelog](https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/ChangeLog)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/gtkwave/Changelog.md)
</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
2 changes: 2 additions & 0 deletions automatic/gtkwave/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function global:au_SearchReplace {
}
}

function global:au_AfterUpdate { Update-Changelog -useIssueTitle }

function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

Expand Down

0 comments on commit c247fd3

Please sign in to comment.