Skip to content

Commit ee0e910

Browse files
authored
Clarify changelog instructions (#232)
1 parent 3987550 commit ee0e910

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ These instructions apply to all development via the Codex web UI.
99
3. Run `make generate-examples CHARTS=opentelemetry-collector` to regenerate example manifests.
1010
4. Commit the regenerated examples along with your other changes.
1111

12+
### Updating Changelog
13+
- Add new entry to `charts/opentelemetry-collector/CHANGELOG.md`.
14+
- Use current date in YYYY-MM-DD format (get with `date +%Y-%m-%d`).
15+
- Copy the entries from the opentelemetry-collector changelog.
16+
- Follow the existing format: `### vX.Y.Z / YYYY-MM-DD`.
17+
18+
Make sure to update the version only once to avoid duplicate changelog entries.
19+

0 commit comments

Comments
 (0)