浏览代码

chore: Update readme

Michael Bromley 1 年之前
父节点
当前提交
62c2e5778b
共有 1 个文件被更改,包括 7 次插入4 次删除
  1. 7 4
      README.md

+ 7 - 4
README.md

@@ -20,7 +20,7 @@ An open-source headless commerce platform built on [Node.js](https://nodejs.org)
 - `master` - The latest stable release, currently the 2.x series.
 - `master` - The latest stable release, currently the 2.x series.
 - `minor` - The next patch release, including new features
 - `minor` - The next patch release, including new features
 - `major` - The next major release (v3.0)
 - `major` - The next major release (v3.0)
-- `v1` - The 1.x series, which is no longer actively developed but may still receive critical fixes.
+- `v2.x` - The 2.x line, which will receive critical fixes until the end-of-life on 31.12.2024. The code in this branch is under the MIT license.
 
 
 ## Structure
 ## Structure
 
 
@@ -30,7 +30,8 @@ This project is a monorepo managed with [Lerna](https://github.com/lerna/lerna).
 vendure/
 vendure/
 ├── docs/           # Documentation source
 ├── docs/           # Documentation source
 ├── e2e-common/     # Shared config for package e2e tests
 ├── e2e-common/     # Shared config for package e2e tests
-├── packages/       # Source for the Vendure server, admin-ui & plugin packages
+├── license/        # License information & CLA signature log
+├── packages/       # Source for the Vendure server, admin-ui & core plugin packages
 ├── scripts/
 ├── scripts/
     ├── changelog/  # Scripts used to generate the changelog based on the git history
     ├── changelog/  # Scripts used to generate the changelog based on the git history
     ├── codegen/    # Scripts used to generate TypeScript code from the GraphQL APIs
     ├── codegen/    # Scripts used to generate TypeScript code from the GraphQL APIs
@@ -39,7 +40,9 @@ vendure/
 
 
 ## Development
 ## Development
 
 
-The following instructions are for those who want to develop the Vendure core framework or plugins (e.g. if you intend to make a pull request). For instructions on how to build a project *using* Vendure, please see the [Getting Started guide](https://docs.vendure.io/guides/getting-started/installation/).
+> [!IMPORTANT]
+> The following instructions are for those who want to develop the Vendure core framework or plugins (e.g. if you intend to make a pull request). For instructions on how to build a project *using* Vendure, please see the [Getting Started guide](https://docs.vendure.io/guides/getting-started/installation/).
+
 
 
 ### 1. Install top-level dependencies
 ### 1. Install top-level dependencies
 
 
@@ -169,7 +172,7 @@ It will run `lerna publish` which will prompt for which version to update to. Al
 
 
 Next it will build all packages to ensure the distributed files are up to date.
 Next it will build all packages to ensure the distributed files are up to date.
 
 
-Finally the command will create changelog entries for this release.
+Finally, the command will create changelog entries for this release.
 
 
 ##### 2. `git push origin master --follow-tags`
 ##### 2. `git push origin master --follow-tags`