Skip to content

Commit c07c039

Browse files
committed
Add reflection service to .spi.yml (grpc#1742)
Motivation: No docs are generated on Swift Package Index for the reflection service as it isn't included in the configuration. Modifications: Add reflection service to .spi.yml Result: Docs generate for the reflection service
1 parent 64d0ecc commit c07c039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.spi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets: [GRPC, protoc-gen-grpc-swift]
4+
- documentation_targets: [GRPC, GRPCReflectionService, protoc-gen-grpc-swift]

0 commit comments

Comments
 (0)