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
fix: release workflow failures and set initial version to 0.0.1
- Set package.json version to 0.0.1
- Set requireUpstream to false in release-it config (actions/checkout
doesn't set up branch tracking, causing release-it to fail)
- Set getLatestTagFromAllRefs to true so release-it can find tags
- Move git config before version detection in auto-release workflow
- Set up branch tracking in both release workflows
- Capture stderr from release-it --release-version to aid debugging
https://claude.ai/code/session_01RWAqFwsHjJ8qnR2WRs5eVM
0 commit comments