mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
Initialized 0.6.0b
This commit is contained in:
parent
1e13c7da56
commit
3fc62c692f
|
@ -69,8 +69,17 @@
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
|
||||||
|
<release version="0.6.0b" date="2022-10-12">
|
||||||
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.0b</url>
|
||||||
|
<description>
|
||||||
|
<ul>
|
||||||
|
<li>TBD</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release version="0.5.0b" date="2022-10-11">
|
<release version="0.5.0b" date="2022-10-11">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.5b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.0b</url>
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>VERY IMPORTANT: We are moving your saves! This can take time on the first boot. If you miss some saves they are not gone. Please read more in the wiki.</li>
|
<li>VERY IMPORTANT: We are moving your saves! This can take time on the first boot. If you miss some saves they are not gone. Please read more in the wiki.</li>
|
||||||
|
|
|
@ -64,11 +64,11 @@ modules:
|
||||||
# The version number is hardcoded in /app/retrodeck/version
|
# The version number is hardcoded in /app/retrodeck/version
|
||||||
#
|
#
|
||||||
# UPDATE STEPS FOR MAIN:
|
# UPDATE STEPS FOR MAIN:
|
||||||
# [X] Update the VERSION variable
|
# [ ] Update the VERSION variable
|
||||||
# [X] Update the appdata.xml with the version number and notes
|
# [ ] Update the appdata.xml with the version number and notes
|
||||||
# [X] change branch into main in version-initialization (first one)
|
# [ ] change branch into main in version-initialization (first one)
|
||||||
# [X] change branch into main in retrodeck module (last one)
|
# [ ] change branch into main in retrodeck module (last one)
|
||||||
# [X] if header (before modules) was edited, edit it even in flathub.yml
|
# [ ] if header (before modules) was edited, edit it even in flathub.yml
|
||||||
#
|
#
|
||||||
- name: version-initialization
|
- name: version-initialization
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -76,7 +76,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
VERSION="0.5.0b"
|
VERSION="0.6.0b-cooker"
|
||||||
if [[ $VERSION == *"cooker"* ]];
|
if [[ $VERSION == *"cooker"* ]];
|
||||||
then
|
then
|
||||||
VERSION="cooker-"$(git rev-parse --short HEAD)
|
VERSION="cooker-"$(git rev-parse --short HEAD)
|
||||||
|
@ -86,7 +86,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: main
|
branch: cooker
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -1432,4 +1432,4 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: main
|
branch: cooker
|
||||||
|
|
Loading…
Reference in a new issue