Compare commits

..

No commits in common. "2af23e8084b6c19314c933a766613d1ae0211ba1" and "d04ad42b5b972cbc2f0dc5182564341bace1c9f6" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View File

@ -71,8 +71,7 @@ jobs:
- name: Read CHANGELOG.md
id: changelog
run: |
# Remove 'v' prefix from version if present
VERSION=$(echo "${{ inputs.gitea_ref_name }}" | sed 's/^v//')
VERSION=${{ inputs.gitea_ref_name }}
CHANGELOG=$(awk "/## \\[$VERSION\\]/{p=1;print;next} /## \\[/ {p=0} p" CHANGELOG.md)
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT
echo "$CHANGELOG" >> $GITHUB_OUTPUT

View File

@ -1,10 +1,5 @@
# Changelog
## [1.2.55] - 2025-02-19
### Added
- update version to 1.2.55 and adjust Gitea release workflow to remove 'v' prefix from version
## [1.2.54] - 2025-02-19
### Added
- update version to 1.2.54 and add check for missing changelog in Gitea release workflow

View File

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