+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user