We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1ad52 commit e804f69Copy full SHA for e804f69
1 file changed
.github/workflows/release.yml
@@ -261,6 +261,7 @@ jobs:
261
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
262
263
git checkout -b $branch
264
+ git add CHANGELOG.md
265
git add docs/apidiffs
266
git commit -m "$message"
267
git push --set-upstream origin $branch
0 commit comments