You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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.
0 commit comments