Compare commits

..

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

3 changed files with 6 additions and 11 deletions

View File

@ -71,16 +71,16 @@ jobs:
- name: Read CHANGELOG.md
id: changelog
run: |
VERSION=${{ inputs.gitea_ref_name }}
CHANGELOG=$(awk "/## \\[$VERSION\\]/{p=1;print;next} /## \\[/ {p=0} p" CHANGELOG.md)
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)
echo "$CHANGELOG"
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT
echo "$CHANGELOG" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
echo "CHANGELOG CONTENT:"
echo "$CHANGELOG"
if [ -z "$CHANGELOG" ]; then
echo "No changelog found for version $VERSION"
exit 1
- name: Create Release
env:

View File

@ -1,10 +1,5 @@
# Changelog
## [1.2.53] - 2025-02-19
### Added
- update version to 1.2.53 and enhance Gitea release workflow to handle missing changelog
## [1.2.52] - 2025-02-19
### Added
- update version to 1.2.52 and improve Gitea release workflow output handling

View File

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