hass.tibber_prices/scripts
Julian Pawlowski 566ccf4017 fix(scripts): anchor grep pattern to prevent false tag match
grep -q "refs/tags/$TAG" matched substrings, so v0.27.0b0
would block release of v0.27.0. Changed to "refs/tags/${TAG}$"
to require exact end-of-line match.
2026-03-29 18:49:18 +00:00
..
.lib refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
docs git commit -m "feat(docs): add dual Docusaurus sites with custom branding and Giscus integration 2025-12-06 01:37:06 +00:00
release fix(scripts): anchor grep pattern to prevent false tag match 2026-03-29 18:49:18 +00:00
setup fix(bootstrap): update default Home Assistant version to 2026.3.4 2026-03-29 18:04:50 +00:00
check refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
clean refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
develop refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
help refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
lint refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
lint-check refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
motd refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
test refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
type-check refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00