Skip to content

feat: Add cleanup step for test release branches and tags#182

Merged
danielgreyio merged 1 commit into
stagingfrom
develop/bridge-tests
Jun 7, 2025
Merged

feat: Add cleanup step for test release branches and tags#182
danielgreyio merged 1 commit into
stagingfrom
develop/bridge-tests

Conversation

@danielgreyio

Copy link
Copy Markdown
Member

Added comprehensive cleanup to remove test artifacts:

  • Deletes local test release branch (release/0.2.0-test)
  • Deletes remote test release branch
  • Removes test tags (v0.1.0-test, v0.2.0-test)
  • Uses 'if: always()' to ensure cleanup runs even on test failure
  • Safely switches branches before deletion

Prevents repository pollution with temporary test branches and tags.

🤖 Generated with Claude Code

Co-Authored-By: Claude [email protected]

Added comprehensive cleanup to remove test artifacts:
- Deletes local test release branch (release/0.2.0-test)
- Deletes remote test release branch
- Removes test tags (v0.1.0-test, v0.2.0-test)
- Uses 'if: always()' to ensure cleanup runs even on test failure
- Safely switches branches before deletion

Prevents repository pollution with temporary test branches and tags.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@danielgreyio
danielgreyio merged commit 41ff38d into staging Jun 7, 2025
4 checks passed
github-actions Bot pushed a commit that referenced this pull request Jun 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant