Backfill CHANGELOG.md + scrub internal-only content in oss_sync.sh - #272
Open
wz337 wants to merge 1 commit into
Open
Backfill CHANGELOG.md + scrub internal-only content in oss_sync.sh#272wz337 wants to merge 1 commit into
wz337 wants to merge 1 commit into
Conversation
|
@wz337 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D114297344. |
wz337
force-pushed
the
export-D114297344
branch
5 times, most recently
from
July 31, 2026 18:49
3f34c7c to
fd32caa
Compare
Summary:
Two related changes to the OSS release-note changelog for
facebookresearch/optimizers:
1. Backfill ai_codesign/optimizers/CHANGELOG.md with every OSS-relevant dev/gpa
change since the first sync boundary (2025-10-10), grouped under each commit's
real landing date (newest-first), replacing the initial stub entry. Excludes
codemods, test-infra, and internal-only plumbing commits; internal paths,
URLs, and version jargon scrubbed from the entry prose.
2. Harden the changelog generation in scripts/oss_sync.sh so future syncs stay
public-clean (all matched case-insensitively):
- clean() drops internal-only bracket tags (brackets and all): any bracket
with a "v3" version marker as a whole word ([V3], [V3-Prep], [dev, v3]),
and brackets whose tokens are all exact internal markers ([dev], [hpc]).
Component tags ([shampoo], [fsdp], ...) are preserved.
- clean() strips internal-only URLs (internalfb.com / phabricator.intern /
fburl).
- A NOISE filter skips internal-only plumbing / codemod / build commits.
Differential Revision: D114297344
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Two related changes to the OSS release-note changelog for
facebookresearch/optimizers:
Backfill ai_codesign/optimizers/CHANGELOG.md with every OSS-relevant dev/gpa
change since the first sync boundary (2025-10-10), grouped under each commit's
real landing date (newest-first), replacing the initial stub entry. Excludes
codemods, test-infra, and internal-only plumbing commits; internal paths,
URLs, and version jargon scrubbed from the entry prose.
Harden the changelog generation in scripts/oss_sync.sh so future syncs stay
public-clean (all matched case-insensitively):
with a "v3" version marker as a whole word ([V3], [V3-Prep], [dev, v3]),
and brackets whose tokens are all exact internal markers ([dev], [hpc]).
Component tags ([shampoo], [fsdp], ...) are preserved.
fburl).
Differential Revision: D114297344