hass.tibber_prices/.github/workflows
Julian Pawlowski 3c69ca6f75 feat(release): remove version tag prefix from release titles
HACS automatically displays the version number before release titles,
causing duplication when version tags are included in the title.

Changes:
- scripts/generate-release-notes: All backends now generate intelligent
  titles without version prefix (git-cliff, manual, and copilot)
- scripts/generate-release-notes: Added smart title generation based on
  commit analysis (feat/fix counts) for git-cliff and manual backends
- scripts/generate-release-notes: Unified section headers to use ### (H3)
  instead of ## (H2) for consistency across all backends
- scripts/generate-release-notes: Auto-update feature now uses extracted
  title without prepending version tag
- .github/workflows/release.yml: Extract title directly from generated
  release notes (first line with "# ") instead of manual construction
- .github/workflows/release.yml: Removed redundant "Generate release title"
  step

Before (HACS): v0.9.0: v0.9.0 - New Features
After (HACS):  v0.9.0: Multi-Home Support & Diagnostic Sensors

Impact: Release titles in HACS are now cleaner with single version display
and more descriptive titles generated intelligently from commit content.
All three backends (copilot, git-cliff, manual) produce consistent output
with H1 title followed by H3 sections.
2025-11-16 00:26:34 +00:00
..
auto-tag.yml feat(workflows): add concurrency control to prevent duplicate runs 2025-11-09 16:30:34 +00:00
lint.yml chore(deps): bump astral-sh/setup-uv from 7.1.2 to 7.1.3 2025-11-10 20:23:34 +00:00
release.yml feat(release): remove version tag prefix from release titles 2025-11-16 00:26:34 +00:00
validate.yml feat(workflows): add concurrency control to prevent duplicate runs 2025-11-09 16:30:34 +00:00