RetroDECK 0.6.5b

This commit is contained in:
XargonWan 2023-04-07 07:05:19 +00:00
parent 1ee7c5f48a
commit f3b9afef91
2 changed files with 9 additions and 9 deletions

View file

@ -65,7 +65,7 @@
<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.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> <url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.5b</url>
<description> <description>
<p>Bug fixes and other changes:</p> <p>Bug fixes and other changes:</p>

View file

@ -66,18 +66,18 @@ 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:
# [ ] Update the VERSION variable # [X] Update the VERSION variable
# [ ] Update the appdata.xml with the version number and notes # [X] Update the appdata.xml with the version number and notes
# [ ] change branch into main in version-initialization (first one) # [X] change branch into main in version-initialization (first one)
# [ ] change branch into main in retrodeck module (last one) # [X] change branch into main in retrodeck module (last one)
# [ ] if header (before modules) was edited, edit it even in flathub.yml # [X] if header (before modules) was edited, edit it even in flathub.yml
# #
- name: version-initialization - name: version-initialization
buildsystem: simple buildsystem: simple
build-commands: build-commands:
- | - |
VERSION="cooker-0.6.5b" VERSION="0.6.5b"
git checkout ${GITHUB_REF_NAME} git checkout ${GITHUB_REF_NAME}
mkdir -p ${FLATPAK_DEST}/retrodeck/ mkdir -p ${FLATPAK_DEST}/retrodeck/
@ -90,7 +90,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/XargonWan/RetroDECK.git url: https://github.com/XargonWan/RetroDECK.git
branch: cooker-0.6.5b branch: main
- name: xmlstarlet - name: xmlstarlet
config-opts: config-opts:
@ -1109,4 +1109,4 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/XargonWan/RetroDECK.git url: https://github.com/XargonWan/RetroDECK.git
branch: cooker-0.6.5b branch: main