Fix outdated making a release instructions

This commit is contained in:
Oliver Hamlet
2026-04-08 17:37:12 +01:00
parent aa66a10fd8
commit bc420ec434
+1 -1
View File
@@ -35,7 +35,7 @@ aliases:
<p>If the new release makes metadata syntax changes:</p>
<ol>
<li>Run <a href="https://github.com/loot/lomad">lomad</a> using <code>lomad -t &lt;github personal access token&gt; -a -b &lt;branch name&gt;</code> to (for all masterlists) create a branch for that release.</li>
<li>Update the default masterlist branch value and add the old value to <code>GameSettings::oldDefaultBranches</code> in <code>src/gui/state/game/game_settings.cpp</code>.</li>
<li>Update the default masterlist branch value and add the old value to <code>OLD_DEFAULT_BRANCHES</code> in <code>src/gui/state/loot_settings.cpp</code>.</li>
<li>Update the <b>Repository branch</b> setting in the <a href="https://hosted.weblate.org/settings/loot/prelude/#vcs">Version control tab</a> of the settings page for the LOOT masterlist prelude on Weblate.</li>
</ol>