Compare commits

..

4 Commits

3 changed files with 13 additions and 3 deletions

@ -53,11 +53,11 @@ jobs:
fi fi
github-release: github-release:
needs: verify-provider needs: [route, 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: verify-provider needs: [route, 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,5 +1,15 @@
# 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
### Added
- update version to 1.2.31
## [1.2.30] - 2025-02-19 ## [1.2.30] - 2025-02-19
### Added ### Added
- update version to 1.2.30 and enhance release workflows for Gitea and GitHub with improved artifact handling and changelog integration - update version to 1.2.30 and enhance release workflows for Gitea and GitHub with improved artifact handling and changelog integration

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.2.30" version = "1.2.32"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32