From e86a73bfd7813f8fe7a2cb07378d49a686eb44f2 Mon Sep 17 00:00:00 2001 From: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:57:55 -0800 Subject: [PATCH] [release/v1.20.x] Update doc PR now that annotations are stable (#7263) Clean cherry-pick of #7219 to the `release/v1.20.x` branch. Co-authored-by: Trask Stalnaker Co-authored-by: Mateusz Rzeszutek --- .github/workflows/reusable-create-website-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-create-website-pull-request.yml b/.github/workflows/reusable-create-website-pull-request.yml index ebb52d5ea324..087777c28c50 100644 --- a/.github/workflows/reusable-create-website-pull-request.yml +++ b/.github/workflows/reusable-create-website-pull-request.yml @@ -43,7 +43,7 @@ jobs: VERSION: ${{ inputs.version }} run: | # TODO (trask) this will need to be updated when instrumentation-annotations are stable - sed -Ei "s/^javaAnnotationsVersion: [0-9.]+-alpha$/javaAnnotationsVersion: ${VERSION}-alpha/" content/en/docs/instrumentation/java/automatic/annotations.md + sed -Ei "s/^javaAnnotationsVersion: [0-9.]+$/javaAnnotationsVersion: ${VERSION}/" content/en/docs/instrumentation/java/automatic/annotations.md - name: Use CLA approved github bot run: |