diff --git a/.github/workflows/release-layer-ruby.yml b/.github/workflows/release-layer-ruby.yml
index 16bf335d03..74e0f13e0e 100644
--- a/.github/workflows/release-layer-ruby.yml
+++ b/.github/workflows/release-layer-ruby.yml
@@ -78,6 +78,6 @@ jobs:
layer-name: opentelemetry-ruby
component-version: ${{needs.build-layer.outputs.RUBY_SDK_VERSION}}
runtimes: ruby3.2
- release-group: dev
+ release-group: prod
aws_region: ${{ matrix.aws_region }}
secrets: inherit
diff --git a/README.md b/README.md
index 12cac33dc6..325c87c412 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Some layers include the corresponding OTel language SDK for the Lambda. This all
* ### [Java + Collector Lambda Layer](java/README.md)
* ### [NodeJS + Collector Lambda Layer](nodejs/README.md)
* ### [.NET + Collector Lambda Layer](dotnet/README.md)
+* ### [Ruby + Collector Lambda Layer](ruby/README.md)
* ### [Collector Lambda Layer](collector/README.md)
## FAQ
@@ -69,17 +70,17 @@ The table below captures the state of various features and their levels of suppo
| Feature | Node | Python | Java | .NET | Go | Ruby |
| -------------------------- | :--: | :----: | :--: | :--: | :--: | :--: |
-| OpenTelemetry collector | + | + | + | + | + | |
-| Custom context propagation | + | - | - | - | N/A | |
-| X-Ray Env Var Span Link | - | - | - | - | N/A | |
-| Semantic Conventions^ | | + | + | + | N/A | |
-| - Trace General^[1] | + | | + | + | N/A | |
-| - Trace Incoming^[2] | - | | - | + | N/A | |
-| - Trace Outgoing^[3] | + | | - | + | N/A | |
-| - Metrics^[4] | - | | - | - | N/A | |
-| Auto instrumentation | | + | + | - | N/A | |
-| Flush TracerProvider | + | + | | + | + | |
-| Flush MeterProvider | + | + | | | | |
+| OpenTelemetry collector | + | + | + | + | + | + |
+| Custom context propagation | + | - | - | - | N/A | + |
+| X-Ray Env Var Span Link | - | - | - | - | N/A | - |
+| Semantic Conventions^ | | + | + | + | N/A | + |
+| - Trace General^[1] | + | | + | + | N/A | + |
+| - Trace Incoming^[2] | - | | - | + | N/A | - |
+| - Trace Outgoing^[3] | + | | - | + | N/A | + |
+| - Metrics^[4] | - | | - | - | N/A | - |
+| Auto instrumentation | | + | + | - | N/A | + |
+| Flush TracerProvider | + | + | | + | + | + |
+| Flush MeterProvider | + | + | | | | - |
#### Legend
diff --git a/ruby/README.md b/ruby/README.md
index df3e6a0da6..69fdd45810 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -9,6 +9,7 @@ Requirement:
* [Go](https://go.dev/doc/install)
* [Docker](https://docs.docker.com/get-docker)
+Current ruby layer only supports ruby 3.2.0
## Building Lambda Ruby Layer With OpenTelemetry Ruby Dependencies