Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
37e79b7a49 | |||
6bd23f31c1 | |||
3099e9ded9 | |||
4952ad3150 | |||
2055da9962 |
2
.github/workflows/gitea-release.yml
vendored
2
.github/workflows/gitea-release.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
id: release_notes
|
||||
run: |
|
||||
# Get the latest tag
|
||||
LATEST_TAG=$(git for-each-ref --sort=-creatordate --format '%(refname:short)' refs/tags | head -n 1)
|
||||
LATEST_TAG=$(git for-each-ref --sort=-creatordate --format '%(refname:short)' refs/tags | sed -n '2p')
|
||||
|
||||
if [ -n "$LATEST_TAG" ]; then
|
||||
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT
|
||||
|
2
.github/workflows/github-release.yml
vendored
2
.github/workflows/github-release.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
id: release_notes
|
||||
run: |
|
||||
# Get the latest tag
|
||||
LATEST_TAG=$(git for-each-ref --sort=-creatordate --format '%(refname:short)' refs/tags | head -n 1)
|
||||
LATEST_TAG=$(git for-each-ref --sort=-creatordate --format '%(refname:short)' refs/tags | sed -n '2p')
|
||||
|
||||
if [ -n "$LATEST_TAG" ]; then
|
||||
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT
|
||||
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [1.3.70] - 2025-02-23
|
||||
### Changed
|
||||
- update webpages for version v1.3.70
|
||||
|
||||
|
||||
## [1.3.69] - 2025-02-23
|
||||
### Changed
|
||||
- update webpages for version v1.3.69
|
||||
|
||||
### Fixed
|
||||
- update release note generation to use the second latest tag
|
||||
|
||||
|
||||
## [1.3.68] - 2025-02-23
|
||||
### Changed
|
||||
- update webpages for version v1.3.68
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.3.68"
|
||||
version = "1.3.70"
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Reference in New Issue
Block a user