Compare commits
2 Commits
e2449030c5
...
4cb370ddff
Author | SHA1 | Date | |
---|---|---|---|
4cb370ddff | |||
0b9c1711da |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
@ -1,5 +1,10 @@
|
||||
# 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
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.2.20"
|
||||
version = "1.2.21"
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user