<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ceres/RELEASE.md, branch step-re-ordering</title>
<subtitle>Recipe server for your favorite dishes</subtitle>
<id>https://cgit.xengineering.eu/ceres/atom/RELEASE.md?h=step-re-ordering</id>
<link rel='self' href='https://cgit.xengineering.eu/ceres/atom/RELEASE.md?h=step-re-ordering'/>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/'/>
<updated>2024-11-03T15:54:04Z</updated>
<entry>
<title>Fix RELEASE.md</title>
<updated>2024-11-03T15:54:04Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-11-03T15:40:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=cc655af4d6efaf2b3b0ac50b7f7c044c6bc3b15d'/>
<id>urn:sha1:cc655af4d6efaf2b3b0ac50b7f7c044c6bc3b15d</id>
<content type='text'>
The changelog should be changed before updating the version to make sure
changing the version is the commit which is tagged.

Furthermore there was a mistake that the suffix `-devel` should be
removed after release. Instead it should be added.
</content>
</entry>
<entry>
<title>Inject version with embed instead of build flags</title>
<updated>2024-10-23T14:04:22Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-10-23T14:01:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=2195cfce131ee599c71d0c426a7eea70ed52345f'/>
<id>urn:sha1:2195cfce131ee599c71d0c426a7eea70ed52345f</id>
<content type='text'>
The build flags made the basic build and debug calls quite complex and
bound this strictly to Git repositories which is a problem if the source
code is passed around as tar archive.

Embedding this via Go's embed package and a VERSION.txt file makes this
way easier. A simple `go build` command is sufficient to build ceres.

To make sure the version string is extended by a `-devel` marker and
that this marker is removed before a release a RELEASE.md file was added
as a checklist for releases.
</content>
</entry>
</feed>
