Skip to content

Commit

Permalink
Migrate changelog format.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 4, 2024
1 parent 6295efc commit 210ee12
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<c:changelog xmlns:c="http://schemas.io7m.com/changelog/2.0.0">
<c:project>com.io7m.jaccord</c:project>

<c:release c:ticket-system="com.github.io7m.jaccord">
<c:date>2017-09-21</c:date>
<c:version>0.0.1</c:version>
<c:item>
<c:date>2017-09-21</c:date>
<c:type-code-new/>
<c:summary>Initial release.</c:summary>
</c:item>
</c:release>
<c:changelog project="com.io7m.jaccord"
xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release ticket-system="com.github.io7m.jaccord"
version="0.0.1"
date="2017-09-21T00:00:00+00:00">
<c:changes>
<c:change date="2017-09-21T00:00:00+00:00"
summary="Initial release."/>
</c:changes>
</c:release>
</c:releases>

<c:ticket-system xml:id="com.github.io7m.jaccord">
<c:ticket-url>https://www.github.com/io7m-com/jaccord/issues/</c:ticket-url>
</c:ticket-system>
<c:ticket-systems>
<c:ticket-system id="com.github.io7m.jaccord"
url="https://www.github.com/io7m-com/jaccord/issues/"
default="true"/>
</c:ticket-systems>

</c:changelog>

0 comments on commit 210ee12

Please sign in to comment.