RetroDECK v0.7.5b

This commit is contained in:
XargonWan 2023-12-13 15:27:07 +01:00
parent f169e4294b
commit 7cea59835d

View file

@ -78,17 +78,17 @@ modules:
# The version number is hardcoded in /app/retrodeck/version
#
# UPDATE STEPS FOR MAIN:
# [ ] Update the VERSION variable on line containing "VERSION=THISBRANCH"
# [ ] Update the appdata.xml with the version number and notes
# [x] Update the VERSION variable on line containing "VERSION=THISBRANCH"
# [x] Update the appdata.xml with the version number and notes
#
- name: version-initialization
buildsystem: simple
build-commands:
- |
# on main please update this with the version variable, eg: VERSION='0.7.4b'
# on main please update this with the version variable, eg: VERSION='0.7.5b'
# on cooker will be THISBRANCH
VERSION=THISBRANCH
VERSION='0.7.5b'
git checkout ${GITHUB_REF_NAME}