Skip to content

Commit e804f69

Browse files
authored
Fix merging CHANGELOG.md back to main on (mostly patch) releases (#14443)
1 parent 5b1ad52 commit e804f69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ jobs:
261261
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
262262
263263
git checkout -b $branch
264+
git add CHANGELOG.md
264265
git add docs/apidiffs
265266
git commit -m "$message"
266267
git push --set-upstream origin $branch

0 commit comments

Comments
 (0)