We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a30ac commit 4b3afb6Copy full SHA for 4b3afb6
.github/workflows/release.yml
@@ -250,7 +250,7 @@ jobs:
250
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
251
run: |
252
message="Post-release updates for $VERSION"
253
- body="Post-release updates for `$VERSION`."
+ body="Post-release updates for \`$VERSION\`."
254
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
255
256
git checkout -b $branch
0 commit comments