Compare commits

...

2 Commits

Author SHA1 Message Date
5accebfad7
fix2 2021-12-27 15:18:11 +01:00
149d5412e8
fix 2021-12-27 15:17:07 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,7 @@ release:
- gitlabreleaseuploader.py -p $PRIVATE_TOKEN
-i $CI_PROJECT_ID -u $CI_PROJECT_URL
-f sketch.esp8266.esp8266.nodemcu.bin
-F releaseInfo.json -T $CI_COMMIT_REF_NAME
-F releaseInfo.json
-T $CI_COMMIT_REF_NAME -c
-I $CI_SERVER_URL

View File

@ -1,5 +1,5 @@
{
"releaseTag": "v1.0.7",
"releaseTag": "v1.0.8",
"createReleaseTag": "true",
"releaseName": "colorPattern and watchdog",
"description": "introduce the colorPattern config option (swap R and G) and use the mqtt boilerplate code with watchdog support"