Skip to content

Commit 98be626

Browse files
authored
Merge pull request #1251 from hydephp/update-monorepo-readme
Update monorepo readme
2 parents 086675c + 1c7af38 commit 98be626

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
</div>
2626

27-
> This repository holds the source code for the HydePHP core components. If you want to create a website with Hyde, checkout the [HydePHP/Hyde repository](https://github.com/hydephp/hyde).
27+
> This repository holds the source code for the HydePHP core components. If you want to create a website with Hyde, check out the [HydePHP/Hyde repository](https://github.com/hydephp/hyde).
2828
2929
## Projects in this monorepo
3030

@@ -61,13 +61,9 @@ The two most important components are **Hyde** and **Framework**. We also use **
6161

6262
### How the monorepo works
6363

64-
Changes to HydePHP including some first-party packages are made here. The changes are then pushed to the `develop` or `master` branches of the readonly repositories seen in the table above. These branches could be unstable.
65-
66-
This monorepo project is still new, and the internal structure of it may be changed without notice.
64+
Changes to HydePHP including some first-party packages are made here. The changes are then pushed to the `develop` or `master` branches of the readonly repositories seen in the table above.
6765

6866

6967
### Releases
7068

71-
While in the v0.x range, we consider both major and minor release versions to be the same. This means that when a new feature is added, it should be added as a minor version even if it is breaking. Patch versions should always be compatible. Once we reach v1.0 we will follow semantic versioning strictly.
72-
73-
The versioning between the Framework and Hyde packages are linked together Meaning that if Hyde get's a minor release, so must Framework, and vice versa. To make this easier, we also publish minor releases in the monorepo. Patch releases are not published in the monorepo, and are instead handled by the individual packages.
69+
The versioning between the Framework and Hyde packages are linked together Meaning that if Hyde get's a major release, so must Framework, and vice versa. To make this easier, we also publish major and minor releases in the monorepo. Patch releases are not published in the monorepo, and are instead handled by the individual packages.

0 commit comments

Comments
 (0)