Compare commits
2 Commits
920e4cfb69
...
c94ebf5e33
Author | SHA1 | Date | |
---|---|---|---|
c94ebf5e33 | |||
9203706a20 |
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -17,16 +17,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ "$GITHUB_SERVER_URL" == "https://github.com" ]]; then
|
if [[ "$GITHUB_SERVER_URL" == "https://github.com" ]]; then
|
||||||
echo "platform=github" >> $GITHUB_OUTPUT
|
echo "platform=github" >> $GITHUB_OUTPUT
|
||||||
elif [[ "$CI_SERVER_URL" == *"gitlab"* ]]; then
|
|
||||||
echo "platform=gitlab" >> $GITHUB_OUTPUT
|
|
||||||
else
|
else
|
||||||
echo "platform=gitea" >> $GITHUB_OUTPUT
|
echo "platform=gitea" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run GitHub Release
|
- name: Run Release Workflow
|
||||||
if: steps.platform.outputs.platform == 'github'
|
run: |
|
||||||
uses: ./.github/workflows/providers/github-release.yml
|
if [[ "${{ steps.platform.outputs.platform }}" == "github" ]]; then
|
||||||
|
./.github/workflows/providers/github-release.sh
|
||||||
- name: Run Gitea Release
|
else
|
||||||
if: steps.platform.outputs.platform == 'gitea'
|
./.github/workflows/providers/gitea-release.sh
|
||||||
uses: ./.github/workflows/providers/gitea-release.yml
|
fi
|
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.2.5] - 2025-02-18
|
||||||
|
### Added
|
||||||
|
- update version to 1.2.5; enhance Gitea release workflow and streamline release process
|
||||||
|
|
||||||
|
|
||||||
## [1.2.4] - 2025-02-18
|
## [1.2.4] - 2025-02-18
|
||||||
### Added
|
### Added
|
||||||
- update version to 1.2.4 in HTML files and platformio.ini
|
- update version to 1.2.4 in HTML files and platformio.ini
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.2.4"
|
version = "1.2.5"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user