You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**build**| Changes that affect the build system or external dependencies | no |
45
+
|**ci**| Changes to CI configs and scripts | no |
46
+
|**docs**| Documentation changes | no |
47
+
|**feat**| A new feature | yes |
48
+
|**fix**| A bug fix related to one of the distros | yes |
49
+
|**perf**| A performance enhancement | yes |
50
+
|**refactor**| A code change that neither fixes a bug nor adds a feature | no |
51
+
|**style**| Changes that effect only code style | no |
52
+
|**test**| Adding or updating tests | no |
53
+
54
+
### Changelog
55
+
56
+
Pull requests which include user-facing changes must be accompanied by a changelog entry. This repository uses OpenTelemetry's `chloggen` tool to manage changelog entries. To make a changelog entry:
57
+
58
+
1. Create an entry file using `make chlog-new`
59
+
2. Fill in the empty fields in the new file
60
+
3. Run `make chlog-validate` to validate the new file
61
+
4. Commit the file with your changes
62
+
63
+
If a changelog entry is not required, you may prefix your PR title with any of the conventional commit tags marked "no" in the table above, or add the `Skip Changelog` label to your pull request.
64
+
65
+
During the release process, all changelog entries are transcribed in CHANGELOG.md and added to [NRDOT's release notes](https://docs.newrelic.com/docs/release-notes/nrdot-release-notes/).
0 commit comments