Compare commits
No commits in common. "d04ad42b5b972cbc2f0dc5182564341bace1c9f6" and "77032bf9ae48c3f8b901926470210cf1afd0a8c0" have entirely different histories.
d04ad42b5b
...
77032bf9ae
@ -81,7 +81,6 @@ jobs:
|
|||||||
if [ -z "$CHANGELOG" ]; then
|
if [ -z "$CHANGELOG" ]; then
|
||||||
echo "No changelog found for version $VERSION"
|
echo "No changelog found for version $VERSION"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
env:
|
env:
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.2.54] - 2025-02-19
|
|
||||||
### Added
|
|
||||||
- update version to 1.2.54 and add check for missing changelog in Gitea release workflow
|
|
||||||
|
|
||||||
|
|
||||||
## [1.2.53] - 2025-02-19
|
## [1.2.53] - 2025-02-19
|
||||||
### Added
|
### Added
|
||||||
- update version to 1.2.53 and enhance Gitea release workflow to handle missing changelog
|
- update version to 1.2.53 and enhance Gitea release workflow to handle missing changelog
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.2.54"
|
version = "1.2.53"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user