fix/release-workflow-issues #19

Merged
david merged 4 commits from fix/release-workflow-issues into main 2026-04-01 06:31:23 +00:00
Owner
No description provided.
david added 4 commits 2026-04-01 06:28:41 +00:00
- Fixed bump-version.js to properly handle --yes flag in CI environments
- Added check to skip commit if no changes to package.json or CHANGELOG.md
- Ensured script exits cleanly after version bump with --yes flag
fix: add tag existence check in release workflow
Test / unit-tests (push) Successful in 2m22s
89d0d08162
- Check if tag already exists before creating it
- Skip tag creation if tag already exists
- Add nested try-catch to handle git log failures
- Return empty array if all git attempts fail
- Add warning message when commit history cannot be retrieved
fix: skip release steps if no version bump commit was made
Pull Request / unit-tests (pull_request) Successful in 2m4s
Pull Request / acceptance-tests (pull_request) Failing after 2m17s
Pull Request / analyze-bump-type (pull_request) Has been skipped
Test / unit-tests (push) Successful in 2m38s
Release / release (push) Failing after 7m25s
f4aca275de
- Set output variable 'committed' in commit step
- Add conditional execution to all subsequent steps
- Only create tag, build Docker images, and deploy if commit was successful
david merged commit f4aca275de into main 2026-04-01 06:31:23 +00:00
david deleted branch fix/release-workflow-issues 2026-04-01 06:31:25 +00:00
Sign in to join this conversation.