@khanhspring/forge-spec 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -125,6 +125,7 @@ Feature {feature-slug} fully implemented across all modules.
|
|
|
125
125
|
```
|
|
126
126
|
|
|
127
127
|
Then remind:
|
|
128
|
-
> "After committing and pushing, module repos should run:
|
|
128
|
+
> "After committing and pushing, module repos linked via git submodule should run:
|
|
129
129
|
> `git submodule update --remote specs`
|
|
130
|
-
> to sync the updated task status.
|
|
130
|
+
> to sync the updated task status. Repos linked via a local junction/symlink pick up
|
|
131
|
+
> the change automatically — no action needed there."
|