Compare commits
3 Commits
9db4e338ea
...
cf5fc5f6f1
Author | SHA1 | Date | |
---|---|---|---|
cf5fc5f6f1 | |||
945a4ccce6 | |||
7cf9e2d145 |
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -51,6 +51,7 @@ jobs:
|
|||||||
if [ "${{ needs.route.outputs.provider }}" = "unknown" ]; then
|
if [ "${{ needs.route.outputs.provider }}" = "unknown" ]; then
|
||||||
echo "::error::Failed to detect CI provider!"
|
echo "::error::Failed to detect CI provider!"
|
||||||
exit 1
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
github-release:
|
github-release:
|
||||||
needs: [route, verify-provider]
|
needs: [route, verify-provider]
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.3.2] - 2025-02-21
|
||||||
|
### Added
|
||||||
|
- add missing conditional exit in release workflow
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- update webpages for version v1.3.2
|
||||||
|
|
||||||
|
|
||||||
## [1.3.1] - 2025-02-21
|
## [1.3.1] - 2025-02-21
|
||||||
### Added
|
### Added
|
||||||
- enhance GitHub and Gitea release workflows with Python setup and binary preparation
|
- enhance GitHub and Gitea release workflows with Python setup and binary preparation
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user