📝 Add DO NOT MODIFY IT BY HAND comment to CHANGELOG.md#4526
Merged
thomas-lebeau merged 2 commits intomainfrom May 4, 2026
Merged
📝 Add DO NOT MODIFY IT BY HAND comment to CHANGELOG.md#4526thomas-lebeau merged 2 commits intomainfrom
thomas-lebeau merged 2 commits intomainfrom
Conversation
The file is generated automatically during the release process. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3151e712db
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
The generator template started fresh from '# Changelog' and sliced previousContent from the first '\n##', which would drop the DO NOT MODIFY IT BY HAND comment on the next release. Emit it from the template so the warning survives regeneration. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 2f522d6 | Docs | Datadog PR Page | Give us feedback! |
gogusarov
reviewed
Apr 27, 2026
| const changeLists = getChangeLists() | ||
|
|
||
| return `\ | ||
| <!-- DO NOT MODIFY IT BY HAND. This file is generated automatically during the release process. --> |
Contributor
There was a problem hiding this comment.
minor
since this text is static, I would suggest moving it to constants.ts for consistency
thomas-lebeau
approved these changes
May 4, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Motivation
CHANGELOG.mdis generated automatically during the release process, but nothing in the file itself signals this to contributors (or coding agents). This can lead to accidental manual edits that get overwritten on the next release.Changes
Added an HTML comment at the top of
CHANGELOG.mdmarking it as auto-generated:This aligns with the existing "Auto-Generated Files" rule in
AGENTS.md, which instructs contributors to respectDO NOT MODIFY IT BY HANDheaders — nowCHANGELOG.mdcarries that header too.Test instructions
Visual check of the diff — no runtime impact.
Checklist
🤖 Generated with Claude Code