mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2024-12-11 21:12:31 +00:00
Move the appcast.xml to the website
This commit is contained in:
parent
13004290e9
commit
829e0c4661
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
layout: null
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<channel>
|
||||
<title>{{ site.github.project_title }}</title>
|
||||
<description>Recent changes</description>
|
||||
<language>en</language>
|
||||
{% for release in site.github.releases %}
|
||||
{% unless release.draft or release.prerelease %}
|
||||
<item>
|
||||
<title>{{ release.name }}</title>
|
||||
<description><![CDATA[{{ release.body | markdownify }}]]></description>
|
||||
<pubDate>{{ release.published_at | date_to_rfc822 }}</pubDate>
|
||||
{% assign firstAsset = release.assets | first %}
|
||||
<enclosure
|
||||
url="{{ firstAsset.browser_download_url }}"
|
||||
sparkle:version="{{ release.tag_name | remove_first:'v' }}"
|
||||
length="{{ firstAsset.size }}"
|
||||
type="application/octet-stream" />
|
||||
</item>
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in a new issue