Compare commits
No commits in common. "a143527dd0f8348c4fe58e48760205db88821dc9" and "9e23af29ff3c6151166e86916ef11ceb48e840b7" have entirely different histories.
a143527dd0
...
9e23af29ff
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -53,11 +53,11 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
github-release:
|
github-release:
|
||||||
needs: [route, verify-provider]
|
needs: verify-provider
|
||||||
if: needs.route.outputs.provider == 'github'
|
if: needs.route.outputs.provider == 'github'
|
||||||
uses: ./.github/workflows/providers/github-release.yml
|
uses: ./.github/workflows/providers/github-release.yml
|
||||||
|
|
||||||
gitea-release:
|
gitea-release:
|
||||||
needs: [route, verify-provider]
|
needs: verify-provider
|
||||||
if: needs.route.outputs.provider == 'gitea'
|
if: needs.route.outputs.provider == 'gitea'
|
||||||
uses: ./.github/workflows/providers/gitea-release.yml
|
uses: ./.github/workflows/providers/gitea-release.yml
|
@ -1,10 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.2.32] - 2025-02-19
|
|
||||||
### Added
|
|
||||||
- update version to 1.2.32 and adjust workflow dependencies for GitHub and Gitea releases
|
|
||||||
|
|
||||||
|
|
||||||
## [1.2.31] - 2025-02-19
|
## [1.2.31] - 2025-02-19
|
||||||
### Added
|
### Added
|
||||||
- update version to 1.2.31
|
- update version to 1.2.31
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.2.32"
|
version = "1.2.31"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user