mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Preparing hotfix 0.7.4b [skip ci]
This commit is contained in:
parent
e04dea7e0c
commit
6e626d63ab
|
@ -65,6 +65,19 @@
|
|||
<project_license>GPL-3.0</project_license>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<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">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.3b</url>
|
||||
<description>
|
||||
|
|
|
@ -86,9 +86,9 @@ modules:
|
|||
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
|
||||
VERSION=0.7.3b
|
||||
VERSION=THISBRANCH
|
||||
|
||||
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
|
|
Loading…
Reference in a new issue