Preparing hotfix 0.7.4b [skip ci]

This commit is contained in:
XargonWan 2023-11-17 21:53:34 +01:00
parent e04dea7e0c
commit 6e626d63ab
2 changed files with 15 additions and 2 deletions

View file

@ -65,6 +65,19 @@
<project_license>GPL-3.0</project_license> <project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<releases> <releases>
<release version="0.7.4b" date="2023-11-17">
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.4b</url>
<description>
<p>Hotfix:</p>
<ul>
<li>Fixed a bug where the system folders were not correctly generated</li>
</ul>
<p>Known issues:</p>
<ul>
<li>Please check the know issues in the Wiki under General Infomration.</li>
</ul>
</description>
</release>
<release version="0.7.3b" date="2023-11-14"> <release version="0.7.3b" date="2023-11-14">
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.3b</url> <url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.3b</url>
<description> <description>

View file

@ -86,9 +86,9 @@ modules:
build-commands: build-commands:
- | - |
# on main please update this with the version variable, eg: VERSION='0.7.3b' # on main please update this with the version variable, eg: VERSION='0.7.4b'
# on cooker will be THISBRANCH # on cooker will be THISBRANCH
VERSION=0.7.3b VERSION=THISBRANCH
git checkout ${GITHUB_REF_NAME} git checkout ${GITHUB_REF_NAME}