File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ jobs:
162162 run : |
163163 release_date=$(gh release view v$VERSION --json publishedAt --jq .publishedAt | sed 's/T.*//')
164164 RELEASE_DATE=$release_date .github/scripts/merge-change-log-after-release.sh
165+ git add CHANGELOG.md
165166
166167 - name : Wait for release to be available in maven central
167168 env :
@@ -184,6 +185,7 @@ jobs:
184185 run : |
185186 ./gradlew japicmp -PapiBaseVersion=$PRIOR_VERSION -PapiNewVersion=$VERSION
186187 ./gradlew --refresh-dependencies japicmp
188+ git add docs/apidiffs
187189
188190 - name : Use CLA approved bot
189191 run : .github/scripts/use-cla-approved-bot.sh
@@ -205,8 +207,7 @@ jobs:
205207 branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
206208
207209 git checkout -b $branch
208- git add docs/apidiffs
209- git commit -a -m "$message"
210+ git commit -m "$message"
210211 git push --set-upstream origin $branch
211212 gh pr create --title "$message" \
212213 --body "$body" \
You can’t perform that action at this time.
0 commit comments