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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Then make sure you have SSO figured out for the key you are using to push to git
112
112
If you have commit access, the process is as follows:
113
113
114
114
1. Update the version in `src/elasticotel/distro/version.py` according to the scale of the change (major, minor or patch).
115
-
1. Update `CHANGELOG.mdx` as necessary.
115
+
1. Update `CHANGELOG.md` as necessary.
116
116
1. For Majors: Follow [website-requests README](https://github.com/elastic/website-requests/) to request an update of the [EOL table](https://www.elastic.co/support/eol).
117
117
1. Commit changes with message `update CHANGELOG and bump version to X.Y.Z`
118
118
where `X.Y.Z` is the version in `src/elasticotel/distro/version.py`
0 commit comments