Skip to content

Commit cb966f0

Browse files
kevinelliottclaude
andcommitted
Prepare v1.2.5 release
Update CHANGELOG with CI/CD workflow improvements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 58cd163 commit cb966f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.5] - 2025-01-06
11+
12+
### Changed
13+
- **CI/CD Workflow Improvements:**
14+
- Docker builds now only proceed after CI passes successfully
15+
- Releases now only proceed after CI passes successfully
16+
- CI workflow now runs on tag pushes in addition to branches
17+
- Removed duplicate test/lint jobs from release workflow (rely on CI)
18+
- Docker and release workflows use `workflow_run` to depend on CI completion
19+
- Emergency manual override still available via `workflow_dispatch`
20+
21+
### Removed
22+
- Duplicate test and lint jobs from release workflow (consolidated in CI)
23+
1024
## [1.2.4] - 2025-01-06
1125

1226
### Fixed

0 commit comments

Comments
 (0)