Update the making a release instructions

This commit is contained in:
Oliver Hamlet
2016-10-19 20:41:16 +01:00
parent 44f336ab8b
commit f644f14e86
+2 -2
View File
@@ -6,8 +6,8 @@ title: Making A Release
<h3>Prepare</h3>
<ol>
<li>Make sure that the release date and version history have been updated in the readme and <code>src/api/api.h</code>.</li>
<li>Update the version numbers in <code>src/api/api.h</code>, <code>src/backend/app/loot_version.cpp.in</code>, <code>src/resource.rc</code> and <code>scripts/installer.iss</code>.</li>
<li>Update the version numbers in <code>scripts/git/pre-commit</code>, <code>src/backend/app/loot_version.cpp.in</code>, <code>src/resource.rc</code> and <code>scripts/installer.iss</code>.</li>
<li>Make sure that the version histories in <code>docs/api/changelog.rst</code>, <code>docs/app/changelog.rst</code> and <code>docs/metadata/changelog.rst</code> have the correct changelogs for the new release and that its release date is set.
</ol>
<p>If the new release makes metadata syntax changes:</p>