Edidted version note: cooker-0.4.4b

This commit is contained in:
xargon 2022-07-10 21:59:56 +02:00
parent 08a71e03da
commit 6651ee4b73

View file

@ -66,8 +66,8 @@ modules:
# The version number is stored in /var/conf/retrodeck/version
#
# UPDATE STEPS FOR MAIN:
# [X] Update the VERSION variable
# [X] Update the appdata.xml with the version number and notes
# [ ] Update the VERSION variable
# [ ] Update the appdata.xml with the version number and notes
# [X] change branch into main in retrodeck module (last one)
#
- name: version-initialization
@ -76,7 +76,7 @@ modules:
- |
git checkout ${GITHUB_REF_NAME}
mkdir -p ${FLATPAK_DEST}/retrodeck/
VERSION="0.4.3b"
VERSION="cooker-0.4.4b"
if [[ $VERSION == "cooker" ]];
then
VERSION=$(git describe --tags | tr - .)