1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Release process fix #2 (#8127)

* release script: fix variable name error
* Release process in README is decribed twice. Syncing the two walk-throughs.
* adding ARDUINO_ESP8266_VERSION reflecting exactly what's passed to `makecorever.py -v`
* remove "unix-" in version name (which was present even for windows but never used)
This commit is contained in:
david gauchard
2021-06-17 00:51:15 +02:00
committed by GitHub
parent 2897679060
commit 52be27dfb5
4 changed files with 20 additions and 26 deletions

View File

@ -27,7 +27,7 @@ else
echo "release-log-2: ver=${ver} plain_ver=${plain_ver} visiblever=${visiblever}"
fi
visiblever=${ver}
plainver=${ver}
plain_ver=${ver}
echo "release-log-3: ver=${ver} plain_ver=${plain_ver} visiblever=${visiblever}"
# Match 0.0.* as special-case early-access builds