From 168881ac4cc9938269eade8000b0e806e36443ef Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 20 Sep 2022 12:05:48 -0700 Subject: [PATCH] Update RELEASING docs --- RELEASING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 71e57625479..b5839795a1e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -6,7 +6,8 @@ New versions of the [OpenTelemetry specification] mean new versions of the `semc The `semconv-generate` make target is used for this. 1. Checkout a local copy of the [OpenTelemetry specification] to the desired release tag. -2. Run the `make semconv-generate ...` target from this repository. +2. Pull the latest `otel/semconvgen` image: `docker pull otel/semconvgen:latest` +3. Run the `make semconv-generate ...` target from this repository. For example,