Skip to content

Commit

Permalink
fix: release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Feb 26, 2025
1 parent 21f543c commit 296aee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release/版本发布说明.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ description: 'GoFrame框架的版本发布说明,包括使用GNU风格的版

`Golang` 项目开发不推荐直接使用 `vendor` 的方式,不推荐直接使用框架 `master` 分支的方式。推荐使用 `go modules` 的包管理方式,即使用 `go.mod` 来管理引用包的版本号。

每一次计划版本升级之前,在仓库查看最新的版本号: [https://github.com/gogf/gf/v2/releases](https://github.com/gogf/gf/v2/releases) ,选择一个需要升级的版本号,修改 `go.mod` 保存后,`Goland IDE`将会自动下载对应版本号的框架。
每一次计划版本升级之前,在仓库查看最新的版本号: [https://github.com/gogf/gf/releases](https://github.com/gogf/gf/releases) ,选择一个需要升级的版本号,修改 `go.mod` 保存后,`Goland IDE`将会自动下载对应版本号的框架。

如果是升级到最新的框架版本,也可以通过`cli`工具在项目根目录下执行 `gf up -a` 进行完整的升级。

Expand Down

0 comments on commit 296aee2

Please sign in to comment.