Skip to content

Commit

Permalink
[release/v1.20.x] Update doc PR now that annotations are stable (#7263)
Browse files Browse the repository at this point in the history
Clean cherry-pick of #7219 to the `release/v1.20.x` branch.

Co-authored-by: Trask Stalnaker <[email protected]>
Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2022
1 parent f2063b5 commit e86a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-create-website-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e86a73b

Please sign in to comment.