Skip to content

Commit 2de7385

Browse files
samspade21Brian McFarlane
andauthored
Release v1.4.2: End-to-end release pipeline validation (#22)
- Test consolidated auto-release.yml workflow functionality - Validate VERSION detection and changelog extraction fixes - Confirm complete tag → release automation works properly - Verify v1.4.1 pipeline issues have been resolved Co-authored-by: Brian McFarlane <bmcfarlane@dataminr.com>
1 parent 4fae57d commit 2de7385

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.2] - 2025-08-19
9+
10+
### Testing
11+
- **Release Pipeline Validation**: End-to-end testing of the completely rebuilt release automation system
12+
- **Consolidated Workflow Verification**: Validating that the single `auto-release.yml` workflow performs all release functions correctly
13+
- **VERSION Detection Testing**: Confirming the fixed multi-commit VERSION detection logic works properly
14+
- **Release Creation Testing**: Verifying automated tag creation, HACS validation, and GitHub release generation
15+
- **Changelog Extraction Testing**: Ensuring the fixed Python f-string bug in changelog processing is resolved
16+
17+
### Validation Objectives
18+
- **Complete Pipeline Testing**: From VERSION detection through GitHub release creation
19+
- **Error Resolution Confirmation**: Verifying all previous GITHUB_TOKEN and changelog extraction issues are resolved
20+
- **Release Format Standards**: Ensuring continued compatibility with v1.3.2 release format expectations
21+
- **Automation Reliability**: Confirming the streamlined single-workflow approach provides consistent results
22+
23+
This release specifically tests the comprehensive release automation fixes implemented in v1.4.1 to validate the complete tag → release pipeline is now fully operational and reliable.
24+
825
## [1.4.1] - 2025-08-19
926

1027
### Fixed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

custom_components/vacasa/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/samspade21/vacasa-ha/issues",
1010
"requirements": ["aiohttp>=3.8.0"],
11-
"version": "1.4.1"
11+
"version": "1.4.2"
1212
}

0 commit comments

Comments
 (0)