microboard-temp 0.13.75 → 0.13.76
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Microboard is a framework-agnostic interactive whiteboard library published as a
|
|
|
4
4
|
|
|
5
5
|
## Release And Integration Contract
|
|
6
6
|
|
|
7
|
-
This repository publishes from the long-lived `trunk` branch. Every push to `trunk` runs [`.github/workflows/npm-publish.yml`](.github/workflows/npm-publish.yml). After a successful publish, the workflow emits the `microboard_published` event to both downstream consumers so their staging environments can validate against the latest shared core.
|
|
7
|
+
This repository publishes from the long-lived `trunk` branch. Every push to `trunk` runs [`.github/workflows/npm-publish.yml`](.github/workflows/npm-publish.yml). After a successful publish, the workflow emits the `microboard_published` event to both downstream consumers when their repository variables and dispatch tokens are configured, so their staging environments can validate against the latest shared core.
|
|
8
8
|
|
|
9
9
|
The source of truth for that contract is [`docs/npm-publish-integration-contract.md`](docs/npm-publish-integration-contract.md).
|
|
10
10
|
|