feat: update version to 1.2.54 and add check for missing changelog in Gitea release workflow

This commit is contained in:
Manuel Weiser 2025-02-19 21:03:17 +01:00
parent 77032bf9ae
commit 8d80a8fb5a
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ jobs:
if [ -z "$CHANGELOG" ]; then
echo "No changelog found for version $VERSION"
exit 1
fi
- name: Create Release
env:

View File

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