Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ These instructions apply to all development via the Codex web UI.
3. Run `make generate-examples CHARTS=opentelemetry-collector` to regenerate example manifests.
4. Commit the regenerated examples along with your other changes.

### Updating Changelog
- Add new entry to `charts/opentelemetry-collector/CHANGELOG.md`.
- Use current date in YYYY-MM-DD format (get with `date +%Y-%m-%d`).
- Copy the entries from the opentelemetry-collector changelog.
- Follow the existing format: `### vX.Y.Z / YYYY-MM-DD`.

Make sure to update the version only once to avoid duplicate changelog entries.