Skip to content

chore(librarian): remove obsolete action to update the root changelog#14815

Merged
parthea merged 2 commits into
mainfrom
parthea-patch-7
Oct 28, 2025
Merged

chore(librarian): remove obsolete action to update the root changelog#14815
parthea merged 2 commits into
mainfrom
parthea-patch-7

Conversation

@parthea

@parthea parthea commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

Updating the root changelog is handled by the following code. The github workflow updatechangelog.yml is no longer needed.

_update_global_changelog(
f"{repo}/CHANGELOG.md",
f"{output}/CHANGELOG.md",
[new_library_config],
)

if is_mono_repo:
# only a mono repo has a global changelog
_update_global_changelog(
f"{repo}/CHANGELOG.md",
f"{output}/CHANGELOG.md",
libraries_to_prep_for_release,
)

@parthea parthea marked this pull request as ready for review October 28, 2025 11:17
@parthea parthea requested a review from a team October 28, 2025 11:17
@parthea parthea requested a review from a team as a code owner October 28, 2025 11:17
@parthea parthea merged commit 061f4bb into main Oct 28, 2025
26 checks passed
@parthea parthea deleted the parthea-patch-7 branch October 28, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants