mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 13:23:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| auto-tag.yml | ||
| lint.yml | ||
| release.yml | ||
| validate.yml | ||