<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ship-notes releases</title>
    <link>https://example.com</link>
    <description>Release notes</description>
    <atom:link href="https://example.com/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>v0.2.0 — The Site</title>
      <link>https://example.com/v/0.2.0</link>
      <guid isPermaLink="true">https://example.com/v/0.2.0</guid>
      <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>Changelog site, RSS feed, and project config. The tool now produces something you can actually publish.</p>
<h3>New</h3><ul>
<li>SvelteKit static changelog site with sidebar version history and current release indicator</li>
<li>RSS feed at /feed.xml</li>
<li>ship-notes.toml project config — set title, url, repo, and custom output paths</li>
</ul>
<h3>Changed</h3><ul>
<li>build command now respects releases_dir and output_dir from ship-notes.toml</li>
</ul>]]></description>
    </item>
    <item>
      <title>v0.1.0 — First Ship</title>
      <link>https://example.com/v/0.1.0</link>
      <guid isPermaLink="true">https://example.com/v/0.1.0</guid>
      <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[<p>The initial release. Editorial mode only — write your releases, get beautiful output.</p>
<h3>New</h3><ul>
<li>Release file format (TOML) with validation</li>
<li>Markdown changelog output</li>
<li>ship-notes build command</li>
</ul>]]></description>
    </item>
  </channel>
</rss>