mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
rename to stable 2.0.0
This commit is contained in:
@@ -53,10 +53,10 @@ deploy:
|
|||||||
token: ${GITHUB_TOKEN}
|
token: ${GITHUB_TOKEN}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "*.bin"
|
file: "*.bin"
|
||||||
name: latest v2 development builds
|
name: latest v2 development build
|
||||||
release_notes:
|
release_notes:
|
||||||
Version $FIRMWARE_VERSION.
|
Version $FIRMWARE_VERSION.
|
||||||
Automatic firmware builds of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
|
Automatic firmware build of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
|
||||||
Warning, this is a development build and not fully tested. Use at your own risk.
|
Warning, this is a development build and not fully tested. Use at your own risk.
|
||||||
cleanup: false
|
cleanup: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
@@ -64,7 +64,7 @@ deploy:
|
|||||||
target_commitish: $TRAVIS_COMMIT
|
target_commitish: $TRAVIS_COMMIT
|
||||||
on:
|
on:
|
||||||
tags: false
|
tags: false
|
||||||
branch: v2
|
branch: dev
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#define EMSESP_APP_VERSION "2.0.0b14"
|
#define EMSESP_APP_VERSION "2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user