doc: add doc how to publish a new version of shared components (#31882)

This commit is contained in:
Florian Duros 2026-01-26 16:47:24 +01:00 committed by GitHub
parent e9da23517c
commit 3f26b37cf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,3 +289,10 @@ To generate translation strings for this package, run:
```bash
yarn i18n
```
## Publish a new version
Two steps are required to publish a new version of this package:
1. Bump the version in `package.json` following semver rules and open a PR.
2. Once merged run the [github workflow](https://github.com/element-hq/element-web/actions/workflows/shared-component-publish.yaml)