Compare commits
No commits in common. "cf5fc5f6f1985d1ae111d08e0fda6c5792699590" and "9db4e338ea1ed8ff2d3d2fef9a4e6f3360410480" have entirely different histories.
cf5fc5f6f1
...
9db4e338ea
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -51,7 +51,6 @@ jobs:
|
||||
if [ "${{ needs.route.outputs.provider }}" = "unknown" ]; then
|
||||
echo "::error::Failed to detect CI provider!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
github-release:
|
||||
needs: [route, verify-provider]
|
||||
|
@ -1,13 +1,5 @@
|
||||
# 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
|
||||
### Added
|
||||
- enhance GitHub and Gitea release workflows with Python setup and binary preparation
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.3.2"
|
||||
version = "1.3.1"
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user