v0.8.4
Pre-release
Pre-release
Release v0.8.4
Pull Requests
PR #41: fix(worfklows): fix concurrency of version bump and release workflows…
Fix Concurrency Between Version Bump and Release Workflows
Problem
Previously, the version bump and release workflows could run concurrently, potentially causing race conditions and inconsistent releases.
Changes
- Modified workflow configurations to prevent concurrent execution
- Implemented a trigger mechanism where the version bump workflow now triggers the release workflow only upon successful completion
- Ensured proper sequencing of CI/CD operations
Benefits
- Prevents race conditions between version bump and release processes
- Ensures releases always contain the correct, most recently bumped version
- Improves reliability of the automated release pipeline
Testing
- Verified workflow sequence executes as expected
- Confirmed that version bump changes are properly incorporated into releases