Compare commits
2 Commits
77032bf9ae
...
d04ad42b5b
Author | SHA1 | Date | |
---|---|---|---|
d04ad42b5b | |||
8d80a8fb5a |
@ -81,6 +81,7 @@ 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,5 +1,10 @@
|
|||||||
# 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.53"
|
version = "1.2.54"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user