Compare commits

..

No commits in common. "4cb370ddff0b213574a3687583993d6b68638dd4" and "e2449030c5e36cfc0aa1698d815c3e8038620bd5" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

@ -34,7 +34,7 @@ jobs:
changelog: ${{ steps.changelog.outputs.changelog }}
- name: Run Gitea Release
if: github.server_url != 'https://gitlab.fire-devils.org'
if: github.server_url != 'https://github.com'
uses: ./.github/workflows/providers/gitea-release.yml
with:
version: ${{ steps.version.outputs.version }}

View File

@ -1,10 +1,5 @@
# Changelog
## [1.2.21] - 2025-02-19
### Added
- update Gitea release condition and increment version to 1.2.21
## [1.2.20] - 2025-02-19
### Added
- update release workflows for GitHub and Gitea, increment version to 1.2.20

View File

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