docs: add sync-version.sh script to troubleshooting section

This commit is contained in:
Brian Madison
2025-08-16 22:03:19 -05:00
parent 45dd7d1bc5
commit 6e2fbc6710

View File

@@ -139,6 +139,14 @@ gh release view --web
npm view bmad-method versions --json
```
### If Version Sync Needed
If your local files don't match the published version after a release:
```bash
./sync-version.sh # Automatically syncs local files with npm latest
```
### If Release Fails
- Check GitHub Actions logs: `gh run view <run-id> --log-failed`