From 7ccf0bd655927e52fcb4371c8f41dd816e227e4c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 18 Nov 2022 09:19:59 -0800 Subject: [PATCH] Update doc PR now that annotations are stable (#7219) 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: |