fixup: docs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-02-25 08:54:50 +00:00
parent 21a98083bb
commit 058c944421
+1 -2
View File
@@ -10,14 +10,13 @@ e.g. `@element-hq/web-shared-components` is reused by https://github.com/element
- `apps` - this directory holds the apps we build, `element-web` & `element-desktop`
- Things in here are not published to npm
- Things in here respect calver
- Things in here have very non-standard publishing steps, e.g. Element Desktop `.deb` ships via reprepro.
- Things in here are in lock-step versions with each other
- Things in here are represented as a group in Immutable Github Releases
- Things in here support pre-releases & hotfixes
- `packages` - this directory holds some npm packages we maintain in order to build the `apps`
- Things in here are published to npm
- Things in here respect semver
- Things in here respect SemVer
- Things in here are independently versioned
- Things in here have a very simple publishing stage of `pnpm publish`
- Things in here do not support pre-releases & hotfixes