We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3987550 commit ee0e910Copy full SHA for ee0e910
1 file changed
AGENTS.md
@@ -9,3 +9,11 @@ These instructions apply to all development via the Codex web UI.
9
3. Run `make generate-examples CHARTS=opentelemetry-collector` to regenerate example manifests.
10
4. Commit the regenerated examples along with your other changes.
11
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