mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
Starting a new cooker
This commit is contained in:
parent
af2e8e2d5e
commit
0678b10888
|
@ -66,8 +66,8 @@ modules:
|
||||||
# The version number is stored in /var/conf/retrodeck/version
|
# The version number is stored in /var/conf/retrodeck/version
|
||||||
#
|
#
|
||||||
# UPDATE STEPS FOR MAIN:
|
# UPDATE STEPS FOR MAIN:
|
||||||
# [X] Update the VERSION variable
|
# [ ] Update the VERSION variable
|
||||||
# [X] Update the appdata.xml with the version number and notes
|
# [ ] Update the appdata.xml with the version number and notes
|
||||||
#
|
#
|
||||||
- name: version-initialization
|
- name: version-initialization
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -75,7 +75,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
VERSION="0.4.1b"
|
VERSION="cooker"
|
||||||
if [[ $VERSION == "cooker" ]];
|
if [[ $VERSION == "cooker" ]];
|
||||||
then
|
then
|
||||||
VERSION=$(git describe --tags | tr - .)
|
VERSION=$(git describe --tags | tr - .)
|
||||||
|
|
Loading…
Reference in a new issue