Compare commits

...

2 Commits

Author SHA1 Message Date
bd5b32a3b0 docs: update changelog for version 1.2.51
All checks were successful
Release Workflow / route (push) Successful in 9s
Release Workflow / verify-provider (push) Successful in 4s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m14s
2025-02-19 20:14:54 +01:00
a5c999234c feat: update version to 1.2.51 and add debug output in Gitea release workflow 2025-02-19 20:14:43 +01:00
3 changed files with 7 additions and 1 deletions

View File

@ -71,6 +71,7 @@ jobs:
- name: Read CHANGELOG.md
id: changelog
run: |
ls -alh
CHANGELOG=$(awk "/## \\[${{ inputs.gitea_ref_name }}\\]/{p=1;print;next} /## \\[/{p=0} p" CHANGELOG.md)
echo "$CHANGELOG"
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT

View File

@ -1,5 +1,10 @@
# Changelog
## [1.2.51] - 2025-02-19
### Added
- update version to 1.2.51 and add debug output in Gitea release workflow
## [1.2.50] - 2025-02-19
### Added
- update version to 1.2.50 and remove obsolete build workflow

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.2.50"
version = "1.2.51"
[env:esp32dev]
platform = espressif32