We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17afc1 commit a67f08bCopy full SHA for a67f08b
README.md
@@ -28,12 +28,12 @@ We depend on the same code(this repo) in our production environment.
28
29
## Releases
30
31
-`gopkg` recommends users to "live-at-head" (update to the latest commit from the main branch as often as possible).
32
-We develop at `develop` branch and will only merge to `main` when `develop` is stable.
+`gopkg` recommends using the latest tagged version for stability.
+We develop on the `main` branch and create tagged releases when stable.
33
34
## How To Use
35
36
-You can use `go get -u github.com/bytedance/gopkg@main` to get or update `gopkg`.
+You can use `go get -u github.com/bytedance/gopkg@latest` to get or update `gopkg`.
37
38
## License
39
0 commit comments