Skip to content

Commit

Permalink
Update doc PR now that annotations are stable (#7219)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
trask and Mateusz Rzeszutek authored Nov 18, 2022
1 parent 12f7871 commit 7ccf0bd
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 7ccf0bd

Please sign in to comment.