mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-21 18:24:58 +00:00
docs: update documentation for Halo 2.11 (#283)
为 Halo 2.11.0 更新文档。 /kind documentation ```release-note None ```
This commit is contained in:
@@ -28,7 +28,7 @@ git checkout v2.4.0
|
||||
```
|
||||
|
||||
:::tip
|
||||
请务必按照以上要求切换到最新的 tag,而不是直接使用 main 分支构建,main 分支是我们的开发分支。此文档以 `2.10.0` 为例,查看最新的 tag 可使用 `git tag --column` 查看。
|
||||
请务必按照以上要求切换到最新的 tag,而不是直接使用 main 分支构建,main 分支是我们的开发分支。此文档以 `2.11.0` 为例,查看最新的 tag 可使用 `git tag --column` 查看。
|
||||
:::
|
||||
|
||||
:::warning
|
||||
@@ -63,7 +63,7 @@ pnpm build
|
||||
|
||||
## 构建 Fat Jar
|
||||
|
||||
构建之前需要修改 `gradle.properties` 中的 `version` 为当前 tag 的版本号,如:`version=2.10.0`
|
||||
构建之前需要修改 `gradle.properties` 中的 `version` 为当前 tag 的版本号,如:`version=2.11.0`
|
||||
|
||||
```bash
|
||||
cd path/to/halo
|
||||
@@ -100,7 +100,7 @@ cd path/to/halo
|
||||
```
|
||||
|
||||
```bash
|
||||
docker build -t halo-dev/halo:2.10.0 .
|
||||
docker build -t halo-dev/halo:2.11.0 .
|
||||
```
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user