This is an automated email from the ASF dual-hosted git repository.
thunguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git
The following commit(s) were added to refs/heads/master by this push:
new 81701e33 docs: fix README install command and broken links (#1181)
81701e33 is described below
commit 81701e3386f0f43a8cf93b8ed0f6a164d46eeb87
Author: Lkx-JY <[email protected]>
AuthorDate: Thu Sep 17 00:47:11 2026 +0800
docs: fix README install command and broken links (#1181)
---
CONTRIBUTING.md | 2 +-
README.md | 8 +++++---
README_ZH.md | 8 +++++---
changes/dev.md | 4 ++++
changes/dev_zh.md | 4 ++++
5 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f3d90ad4..7cd5ce42 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -176,7 +176,7 @@ sh goimports.sh
### PR Description
-PR is the only way to make change to seata-go project files. To help reviewers
better get your purpose, PR description could not be too detailed. We encourage
contributors to follow the [PR template](./.github/pull-request-template.md) to
finish the pull request.
+PR is the only way to make change to seata-go project files. To help reviewers
better get your purpose, PR description could not be too detailed. We encourage
contributors to follow the [PR template](./.github/PULL_REQUEST_TEMPLATE.md) to
finish the pull request.
## Test case contribution
diff --git a/README.md b/README.md
index e1b70b7c..410cc282 100644
--- a/README.md
+++ b/README.md
@@ -98,17 +98,19 @@ For more details about principle and design, please go to
[Seata wiki page](http
## How to run?
```go
-go get seata.apache.org/[email protected]
+go get seata.apache.org/seata-go/v2@latest
```
+> Note: `v2.0.0` cannot be installed as a Go module because its `go.mod` does
not declare the `/v2` major-version suffix. Use `v2.1.0` or later.
+
if you want to know how to use and integrate seata-go, please refer to
[apache/seata-go-samples](https://github.com/apache/incubator-seata-go-samples)
## How to find the latest version
Visit Seata-Go's GitHub Releases page
Open:
-https://github.com/seata/seata-go/releases
+https://github.com/apache/incubator-seata-go/releases
The latest tag / release is the latest stable version.
@@ -121,7 +123,7 @@ You can view the full documentation from Seata Official
Website: [Seata Website
## Reporting bugs
-Please follow the [template](.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md)
for reporting any issues.
+Please follow the [issue
chooser](https://github.com/apache/incubator-seata-go/issues/new/choose) for
reporting any issues.
## Security
diff --git a/README_ZH.md b/README_ZH.md
index 30acbdae..10041baf 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -103,14 +103,16 @@ Seata-go 分布式事务的典型生命周期如下:
## 如何运行?
```go
-go get seata.apache.org/[email protected]
+go get seata.apache.org/seata-go/v2@latest
```
+> 注意:`v2.0.0` 无法作为 Go module 安装,因为其 `go.mod` 未声明 `/v2` 主版本后缀。请使用 `v2.1.0`
或更高版本。
+
如果你想了解如何使用和集成 seata-go,请参考
[apache/seata-go-samples](https://github.com/apache/incubator-seata-go-samples)
## 如何查找最新版本
访问 Seata-Go 的 GitHub Releases 页面
-打开:https://github.com/seata/seata-go/releases
+打开:https://github.com/apache/incubator-seata-go/releases
最新的 tag / release 就是目前的最新稳定版本。
## 文档
@@ -120,7 +122,7 @@ go get seata.apache.org/[email protected]
你可以访问 Seata 官方网站获取完整文档:[Seata
官网](https://seata.apache.org/zh-cn/docs/overview/what-is-seata)
## 问题报告
-若有问题,请遵循 [模板](./.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md) 报告问题。
+若有问题,请遵循 [issue
选择页面](https://github.com/apache/incubator-seata-go/issues/new/choose) 报告问题。
## 安全
diff --git a/changes/dev.md b/changes/dev.md
index bf2d9ab0..156ebed5 100755
--- a/changes/dev.md
+++ b/changes/dev.md
@@ -49,6 +49,10 @@
- [[#947](https://github.com/apache/incubator-seata-go/issues/947)] improve
test coverage for pkg/discovery/mock
- [[#948](https://github.com/apache/incubator-seata-go/issues/948)] improve
test coverage for pkg/integration
+### docs:
+
+ - [[#1179](https://github.com/apache/incubator-seata-go/issues/1179)] fix
README install command to use the `/v2` module path (`go get
seata.apache.org/seata-go/v2@latest`) and correct broken
release/issue/PR-template links
+
### contributors:
Thanks to these contributors for their code commits. Please report an
unintended omission.
diff --git a/changes/dev_zh.md b/changes/dev_zh.md
index 23ff3746..da919244 100644
--- a/changes/dev_zh.md
+++ b/changes/dev_zh.md
@@ -45,6 +45,10 @@ Seata-go 是一款开源的分布式事务解决方案,提供高性能和简
- [[#xxx](https://github.com/apache/incubator-seata-go/pull/xxx)] 添加xxx的单元测试
+### docs:
+
+ - [[#1179](https://github.com/apache/incubator-seata-go/issues/1179)] 修复
README 安装命令使用 `/v2` module 路径(`go get
seata.apache.org/seata-go/v2@latest`),并修正失效的 release/issue/PR 模板链接
+
### contributors:
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]