We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f7871 commit 7ccf0bdCopy full SHA for 7ccf0bd
.github/workflows/reusable-create-website-pull-request.yml
@@ -43,7 +43,7 @@ jobs:
43
VERSION: ${{ inputs.version }}
44
run: |
45
# TODO (trask) this will need to be updated when instrumentation-annotations are stable
46
- 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
47
48
- name: Use CLA approved github bot
49
0 commit comments