mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
RetroDECK 0.6.5b
This commit is contained in:
parent
1ee7c5f48a
commit
f3b9afef91
|
@ -65,7 +65,7 @@
|
|||
<project_license>GPL-3.0</project_license>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<releases>
|
||||
<release version="0.6.5b" date="2023-04-06">
|
||||
<release version="0.6.5b" date="2023-04-07">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.5b</url>
|
||||
<description>
|
||||
<p>Bug fixes and other changes:</p>
|
||||
|
|
|
@ -66,18 +66,18 @@ modules:
|
|||
# The version number is hardcoded in /app/retrodeck/version
|
||||
#
|
||||
# UPDATE STEPS FOR MAIN:
|
||||
# [ ] Update the VERSION variable
|
||||
# [ ] Update the appdata.xml with the version number and notes
|
||||
# [ ] change branch into main in version-initialization (first one)
|
||||
# [ ] change branch into main in retrodeck module (last one)
|
||||
# [ ] if header (before modules) was edited, edit it even in flathub.yml
|
||||
# [X] Update the VERSION variable
|
||||
# [X] Update the appdata.xml with the version number and notes
|
||||
# [X] change branch into main in version-initialization (first one)
|
||||
# [X] change branch into main in retrodeck module (last one)
|
||||
# [X] if header (before modules) was edited, edit it even in flathub.yml
|
||||
#
|
||||
- name: version-initialization
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- |
|
||||
|
||||
VERSION="cooker-0.6.5b"
|
||||
VERSION="0.6.5b"
|
||||
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
|
@ -90,7 +90,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/XargonWan/RetroDECK.git
|
||||
branch: cooker-0.6.5b
|
||||
branch: main
|
||||
|
||||
- name: xmlstarlet
|
||||
config-opts:
|
||||
|
@ -1109,4 +1109,4 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/XargonWan/RetroDECK.git
|
||||
branch: cooker-0.6.5b
|
||||
branch: main
|
Loading…
Reference in a new issue