diff --git a/docs/versioning-and-releases.md b/docs/versioning-and-releases.md index 6be45746..c8e19afc 100644 --- a/docs/versioning-and-releases.md +++ b/docs/versioning-and-releases.md @@ -144,7 +144,7 @@ npm view bmad-method versions --json If your local files don't match the published version after a release: ```bash -./sync-version.sh # Automatically syncs local files with npm latest +./tools/sync-version.sh # Automatically syncs local files with npm latest ``` ### If Release Fails diff --git a/sync-version.sh b/tools/sync-version.sh similarity index 100% rename from sync-version.sh rename to tools/sync-version.sh