hass.tibber_prices/.github/workflows
Julian Pawlowski 6614d225e3 fix(release): add validation/lint checks before release and clean output
Added mandatory validation steps to release workflow:
- Job 1: validate (hassfest + HACS) - runs before release
- Job 2: lint (Ruff check + format) - runs before release
- Job 3: sync-manifest - only runs if validation passes
- Job 4: release-notes - only runs if all previous jobs pass

This ensures no release is created if code doesn't pass validation.

Fixed generate-release-notes script to suppress colored output in CI:
- Added log_info() wrapper that sends output to stderr in CI
- Keeps release notes clean (only markdown, no ANSI codes)
- Local execution still shows colored output for better UX

Impact: Release workflow now fails fast if validation fails. Release
notes are clean without shell output artifacts.
2025-11-09 16:14:07 +00:00
..
auto-tag.yml feat(release): add automated release notes generation system 2025-11-09 14:25:15 +00:00
lint.yml Bump astral-sh/setup-uv from 7.1.0 to 7.1.2 2025-11-03 20:42:25 +00:00
release.yml fix(release): add validation/lint checks before release and clean output 2025-11-09 16:14:07 +00:00
validate.yml update dev environment 2025-11-03 15:54:01 +00:00