mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Update the making a release instructions
This commit is contained in:
@@ -12,8 +12,8 @@ title: Making A Release
|
||||
|
||||
<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 <github personal access token> -a -b <branch name></code> to (for all masterlists) create a branch for that release and make it the default.</li>
|
||||
<li>Update the default masterlist branch settings for each game in <code>src/backend/game/game_settings.cpp</code> and add the old default branch to <code>LootSettings::oldDefaultBranches</code> in <code>src/backend/app/loot_settings.cpp</code>.</li>
|
||||
<li>Run <a href="https://github.com/loot/lomad">lomad</a> using <code>lomad -t <github personal access token> -a -b <branch name></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/backend/game/game_settings.cpp</code>.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Release</h3>
|
||||
@@ -27,5 +27,5 @@ title: Making A Release
|
||||
|
||||
<ol>
|
||||
<li>Post an announcement in the official forum thread.</li>
|
||||
<li>Update the release notification message for all masterlists using <code>lomad -t <github personal access token> -a -n <new version></code>.</li>
|
||||
<li>Update the default branch and its release notification message for all masterlists using <code>lomad -t <github personal access token> -a -d <branch name> -n <new version></code>.</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user