Compare commits

...

2 Commits

Author SHA1 Message Date
4cb370ddff docs: update changelog for version 1.2.21
Some checks failed
Release / prepare (push) Has been cancelled
2025-02-19 01:30:59 +01:00
0b9c1711da feat: update Gitea release condition and increment version to 1.2.21 2025-02-19 01:30:46 +01:00
3 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1,5 +1,10 @@
# Changelog # 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 ## [1.2.20] - 2025-02-19
### Added ### Added
- update release workflows for GitHub and Gitea, increment version to 1.2.20 - 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 ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.2.20" version = "1.2.21"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32