Skip to content

Commit

Permalink
(golly) 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 322d09d commit 8310e46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions automatic/golly/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Package changelog for [Golly Game of Life](https://chocolatey.org/packages/golly)

## Version 3.1 (2017-10-21)
- Initial implementation of the golly chocolatey package
5 changes: 4 additions & 1 deletion automatic/golly/golly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
[hashlife]: https://en.wikipedia.org/wiki/Hashlife
[lexicon]: http://conwaylife.com/ref/lexicon/lex_home.htm
]]></description>
<releaseNotes>http://golly.sourceforge.net/Help/changes.html</releaseNotes>
<releaseNotes>
[Software Changelog](http://golly.sourceforge.net/Help/changes.html)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/golly/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<!--We could set chocolatey to version 0.10.4, but that version was broken so we use 0.10.5-->
Expand Down
1 change: 1 addition & 0 deletions automatic/golly/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $releases = 'https://sourceforge.net/projects/golly/files/golly/'
$softwareName = 'golly*'

function global:au_BeforeUpdate { Get-RemoteFiles -Purge -NoSuffix -FileNameSkip 1 }
function global:au_AfterUpdate { Update-Changelog -useIssueTitle }

function global:au_SearchReplace {
@{
Expand Down

0 comments on commit 8310e46

Please sign in to comment.