Compare commits

...

4 Commits

Author SHA1 Message Date
cf0ba20637 docs: update changelog for version 1.2.22
Some checks failed
Release / prepare (push) Has been cancelled
2025-02-19 09:27:21 +01:00
e06c0b9a76 feat: update Gitea runner configuration and increment version to 1.2.22 2025-02-19 09:27:18 +01:00
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
4 changed files with 13 additions and 3 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
release:
runs-on: gitea-runner
runs-on: gitea-runner-1
steps:
- name: Debug Info
run: |

View File

@ -34,7 +34,7 @@ jobs:
changelog: ${{ steps.changelog.outputs.changelog }}
- 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
with:
version: ${{ steps.version.outputs.version }}

View File

@ -1,5 +1,15 @@
# Changelog
## [1.2.22] - 2025-02-19
### Added
- update Gitea runner configuration and increment version to 1.2.22
## [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.20"
version = "1.2.22"
[env:esp32dev]
platform = espressif32