Skip to content

Commit bb75c1a

Browse files
Merge pull request #587 from klaasnicolaas/release/v4.2.1
Release v4.2.1
2 parents 1fe6675 + b79fc70 commit bb75c1a

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/build-firmware.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
with:
106106
yaml-file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml
107107
version: ${{ matrix.version || 'latest' }}
108+
release-summary: "Check the release notes for more information."
108109
release-url: ${{ inputs.release-url || env.RELEASE_URL }}
109110
cache: true
110111
- name: 🚚 Move generated files to output
@@ -115,7 +116,8 @@ jobs:
115116
echo ${{ steps.esphome-build.outputs.project-version }} > output/${{ matrix.device }}/project_version
116117
- name: 🔨 Alter path in manifest.json
117118
run: |
118-
sed -i 's/${{ steps.esphome-build.outputs.name }}\//\/${{ matrix.firmware }}\/${{ matrix.device }}\//g' output/${{ matrix.device }}/manifest.json
119+
sed -i 's/${{ steps.esphome-build.outputs.name }}\(\.[a-z]*\)\.bin/\/${{ matrix.firmware }}\/${{ matrix.device }}\/${{ steps.esphome-build.outputs.name }}\1.bin/' output/${{ matrix.device }}/manifest.json
120+
cat output/${{ matrix.device }}/manifest.json
119121
- name: ⬆️ Upload firmware / device artifact
120122
uses: actions/[email protected]
121123
with:

home-assistant-glow/esp32.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
substitutions:
99
device_name: home-assistant-glow
1010
friendly_name: Home Assistant Glow
11-
project_version: "4.2.0"
11+
project_version: "4.2.1"
1212
device_description: "Measure your energy consumption with the pulse LED on your smart meter - ESP32 Generic"
1313

1414
# Define the GPIO pins
@@ -37,7 +37,7 @@ esp32:
3737
packages:
3838
remote_package:
3939
url: https://github.com/klaasnicolaas/home-assistant-glow/
40-
ref: "4.2.0"
40+
ref: "4.2.1"
4141
files:
4242
- components/basis.yaml
4343
- components/updates.yaml

home-assistant-glow/esp8266.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
substitutions:
99
device_name: home-assistant-glow
1010
friendly_name: Home Assistant Glow
11-
project_version: "4.2.0"
11+
project_version: "4.2.1"
1212
device_description: "Measure your energy consumption with the pulse LED on your smart meter - ESP8266 Generic"
1313

1414
# Define the GPIO pins
@@ -35,7 +35,7 @@ esp8266:
3535
packages:
3636
remote_package:
3737
url: https://github.com/klaasnicolaas/home-assistant-glow/
38-
ref: "4.2.0"
38+
ref: "4.2.1"
3939
files:
4040
- components/basis.yaml
4141
- components/updates.yaml

0 commit comments

Comments
 (0)