Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
cf0ba20637 | |||
e06c0b9a76 | |||
4cb370ddff | |||
0b9c1711da |
@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: gitea-runner
|
runs-on: gitea-runner-1
|
||||||
steps:
|
steps:
|
||||||
- name: Debug Info
|
- name: Debug Info
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# 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
|
## [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
|
||||||
|
@ -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.22"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Reference in New Issue
Block a user