mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 23:05:39 +00:00
RetroDECK v0.7.5b
This commit is contained in:
parent
f169e4294b
commit
7cea59835d
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue