Skip to content

Commit e804f69

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)