Skip to content

Commit 1e3b7c1

Browse files
committed
Add comment about tagged releases
1 parent 0cfa179 commit 1e3b7c1

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,14 @@ load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains")
101101
rules_proto_grpc_toolchains()
102102
```
103103

104-
**Important**: Follow instructions in the language-specific `README.md` for
105-
additional workspace dependencies that may be required.
104+
It is recommended that you use the tagged releases for stable rules. Master is
105+
intended to be 'ready-to-use', but may be unstable at certain periods. To be
106+
notified of new releases, you can use GitHub's 'Watch Releases Only' on the
107+
repository.
108+
109+
**Important**: You will also need to follow instructions in the
110+
language-specific `README.md` for additional workspace dependencies that may be
111+
required.
106112

107113

108114
## Rules

tools/rulegen/README.header.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,11 @@ load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains")
101101
rules_proto_grpc_toolchains()
102102
```
103103

104-
**Important**: Follow instructions in the language-specific `README.md` for
105-
additional workspace dependencies that may be required.
104+
It is recommended that you use the tagged releases for stable rules. Master is
105+
intended to be 'ready-to-use', but may be unstable at certain periods. To be
106+
notified of new releases, you can use GitHub's 'Watch Releases Only' on the
107+
repository.
108+
109+
**Important**: You will also need to follow instructions in the
110+
language-specific `README.md` for additional workspace dependencies that may be
111+
required.

0 commit comments

Comments
 (0)