File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments