You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: release v0.10.0 [skip release]
- Automated version bump from 0.9.2 to 0.10.0
- Updated CHANGELOG.md with release notes
- Version.ts will be auto-generated during build process
Closes issues referenced in commits since v0.9.2
🤖 Generated by automated release workflow
* fix: regenerate version.ts with correct v0.10.0
The generated version file was outdated showing 0.9.2 instead of 0.10.0.
Regenerated from package.json to ensure consistency.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: prevent premature tag creation in release workflow
The release workflow was creating tags on the release branch before PR merge.
This caused tags to point to incomplete commits missing generated files.
Changes:
- Remove tag creation from release PR workflow
- Tags are now only created by publish workflow after PR merge
- Updated PR description to reflect proper tag creation timing
This ensures tags always point to complete, merged commits on main branch.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: GitHub Actions <action@github.com>
Co-authored-by: Agent Communication MCP Server <noreply@example.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments