docs: add sync-version.sh script to troubleshooting section
This commit is contained in:
parent
45dd7d1bc5
commit
6e2fbc6710
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue