Compare commits

...

2 Commits

Author SHA1 Message Date
cd391378c2 docs: update changelog for version 1.2.52
All checks were successful
Release Workflow / route (push) Successful in 7s
Release Workflow / verify-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m59s
2025-02-19 20:36:45 +01:00
3fc3a689cb feat: update version to 1.2.52 and improve Gitea release workflow output handling 2025-02-19 20:35:33 +01:00
3 changed files with 9 additions and 2 deletions

View File

@ -71,7 +71,9 @@ jobs:
- name: Read CHANGELOG.md - name: Read CHANGELOG.md
id: changelog id: changelog
run: | run: |
ls -alh if [ -z "$GITHUB_OUTPUT" ]; then
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,5 +1,10 @@
# 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.51" version = "1.2.52"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32