Compare commits
2 Commits
c94ebf5e33
...
920e4cfb69
Author | SHA1 | Date | |
---|---|---|---|
920e4cfb69 | |||
e646edd6f4 |
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -17,14 +17,16 @@ 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 Release Workflow
|
- name: Run GitHub Release
|
||||||
run: |
|
if: steps.platform.outputs.platform == 'github'
|
||||||
if [[ "${{ steps.platform.outputs.platform }}" == "github" ]]; then
|
uses: ./.github/workflows/providers/github-release.yml
|
||||||
./.github/workflows/providers/github-release.sh
|
|
||||||
else
|
- name: Run Gitea Release
|
||||||
./.github/workflows/providers/gitea-release.sh
|
if: steps.platform.outputs.platform == 'gitea'
|
||||||
fi
|
uses: ./.github/workflows/providers/gitea-release.yml
|
@ -1,10 +1,5 @@
|
|||||||
# 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.5"
|
version = "1.2.4"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user