Compare commits

..

No commits in common. "bd5b32a3b020186033bd7385d757fc9184cf0485" and "f64d3e51ced33ca6b040772e0a9ccdea71508c1c" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View File

@ -71,7 +71,6 @@ jobs:
- name: Read CHANGELOG.md - name: Read CHANGELOG.md
id: changelog id: changelog
run: | run: |
ls -alh
CHANGELOG=$(awk "/## \\[${{ inputs.gitea_ref_name }}\\]/{p=1;print;next} /## \\[/{p=0} p" CHANGELOG.md) CHANGELOG=$(awk "/## \\[${{ inputs.gitea_ref_name }}\\]/{p=1;print;next} /## \\[/{p=0} p" CHANGELOG.md)
echo "$CHANGELOG" echo "$CHANGELOG"
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT echo "CHANGES<<EOF" >> $GITHUB_OUTPUT

View File

@ -1,10 +1,5 @@
# Changelog # Changelog
## [1.2.51] - 2025-02-19
### Added
- update version to 1.2.51 and add debug output in Gitea release workflow
## [1.2.50] - 2025-02-19 ## [1.2.50] - 2025-02-19
### Added ### Added
- update version to 1.2.50 and remove obsolete build workflow - update version to 1.2.50 and remove obsolete build workflow

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.2.51" version = "1.2.50"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32