mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MANIFEST: removed cooker tag
This commit is contained in:
parent
baadbebb99
commit
ecd2433da1
|
@ -75,7 +75,7 @@ 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 in retrodeck-initialization module
|
# [X] Update the VERSION variable in retrodeck-initialization module
|
||||||
# [ ] Update the net.retrodeck.retrodeck.metainfo.xml with the version number, date and notes
|
# [ ] Update the net.retrodeck.retrodeck.metainfo.xml with the version number, date and notes
|
||||||
|
|
||||||
- name: retrodeck-initialization
|
- name: retrodeck-initialization
|
||||||
|
@ -86,7 +86,7 @@ modules:
|
||||||
# VERSION INITIALIZATION
|
# VERSION INITIALIZATION
|
||||||
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
||||||
# on cooker will be VERSION=cooker-0.9.0b for example
|
# on cooker will be VERSION=cooker-0.9.0b for example
|
||||||
VERSION=cooker-0.9.1b
|
VERSION=0.9.1b
|
||||||
|
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
|
|
Loading…
Reference in a new issue