add any new apidiff files to the resulting PR
This commit is contained in:
parent
8d85b580b2
commit
672d154d04
|
@ -61,6 +61,7 @@ jobs:
|
|||
branch="opentelemetrybot/post-release-for-${PRIOR_VERSION}"
|
||||
|
||||
git checkout -b $branch
|
||||
git add docs/apidiffs
|
||||
git commit -a -m "$message"
|
||||
git push --set-upstream origin $branch
|
||||
gh pr create --title "$message" \
|
||||
|
|
Loading…
Reference in New Issue