Compare commits

..

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

3 changed files with 2 additions and 9 deletions

View File

@ -71,9 +71,7 @@ jobs:
- name: Read CHANGELOG.md - name: Read CHANGELOG.md
id: changelog id: changelog
run: | run: |
if [ -z "$GITHUB_OUTPUT" ]; then ls -alh
GITHUB_OUTPUT="output.txt"
fi
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.52] - 2025-02-19
### Added
- update version to 1.2.52 and improve Gitea release workflow output handling
## [1.2.51] - 2025-02-19 ## [1.2.51] - 2025-02-19
### Added ### Added
- update version to 1.2.51 and add debug output in Gitea release workflow - update version to 1.2.51 and add debug output in Gitea release 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.52" version = "1.2.51"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32