Commit c82e805
committed
fix(release): stamp manifest.json version so HA shows the real version
Home Assistant displays the integration version from
custom_components/spoolman/manifest.json, which was a hardcoded '0.0.0'
placeholder that nothing in the release flow updated — so every release
(including the location fix shipped in v1.4.0-dev.3) showed 'Version
0.0.0' in HA.
- publish.sh: jq-set manifest.json 'version' to ${nextRelease.version}
before building the zip, so the shipped artifact carries the real
version.
- .releaserc.js: add manifest.json to @semantic-release/git assets so the
bumped version is committed back to the branch.
Re-releases the empty-Locations fix under a correctly-stamped version.
Closes #8541 parent a3d2233 commit c82e805
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
15 | 27 | | |
16 | 28 | | |
17 | 29 | | |
| |||
0 commit comments