From 058c9444212b881176dce739c84ef170d88468cc Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 25 Feb 2026 08:54:50 +0000 Subject: [PATCH] fixup: docs Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- docs/monorepo.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/monorepo.md b/docs/monorepo.md index 7e1436b06d..9af7347484 100644 --- a/docs/monorepo.md +++ b/docs/monorepo.md @@ -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