Skip to content

v0.8.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 May 06:20
· 140 commits to main since this 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