Harden CalVer workflow with set -e #31
No reviewers
Labels
No labels
Priority 1
Priority 2
Priority 3
Priority 4
Priority 5
Priority 6
Priority 7
new-review
new-set priority
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
grams/updv!31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "harden-cicd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
set -eto the CalVer release workflow so it exits immediately on any command failure|| trueto the grep pipeline to handle the first-release-of-day case (no matching tags = grep exit code 1)Context
Recommended as a robustness improvement from CI/CD review. Without
set -e, if a command failed silently, the workflow could proceed with incorrect state.🤖 Generated with Claude Code