hass.tibber_prices/scripts
Julian Pawlowski 2092d28ece chore(scripts): normalize release note footer across all backends
The Copilot backend relies on the AI to reproduce the footer text exactly,
which leads to subtle differences (URL parameter order, whitespace, emoji
encoding) compared to the git-cliff template in cliff.toml.

Fix: define CANONICAL_FOOTER as a single bash constant and pipe all three
backends (copilot, git-cliff, manual) through ensure_canonical_footer(),
which strips any existing BMAC footer block and appends the canonical one.

Also tell the AI not to generate a footer at all, since it is now added
programmatically. The manual backend gains a footer it previously lacked.

User-Impact: none
2026-04-17 12:41:55 +00:00
..
.lib refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
docs chore(style): normalize indentation and line continuations in shell scripts 2026-04-12 14:15:17 +00:00
release chore(scripts): normalize release note footer across all backends 2026-04-17 12:41:55 +00:00
setup chore(style): normalize indentation and line continuations in shell scripts 2026-04-12 14:15:17 +00:00
check feat(docs): add multi-language entity reference with search 2026-04-11 09:55:28 +00:00
check-all chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
clean refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
develop chore(style): normalize indentation and line continuations in shell scripts 2026-04-12 14:15:17 +00:00
format chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
format-all chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
help refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
lint chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
lint-all chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
lint-check refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
lint-fix chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +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