Fixed typos in folder names (android and graphql) (#1412)

Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
This commit is contained in:
Alexander Wert 2024-09-17 13:21:59 +02:00 committed by GitHub
parent b855a36cf4
commit 5ca489187e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@ During the release process, all `./.chloggen/*.yaml` files are transcribed into
1. Create an entry file using `make chlog-new`. The command generates a new file, 1. Create an entry file using `make chlog-new`. The command generates a new file,
with its name based on the current branch (e.g. `./.chloggen/my-feature-xyz.yaml`) with its name based on the current branch (e.g. `./.chloggen/my-feature-xyz.yaml`)
2. Fill in all the fields in the generated file 2. Fill in all the fields in the generated file
3. The value for the `component` field MUST match a filename (without type) in the 3. The value for the `component` field MUST match a folder name in the
[registry](https://github.com/open-telemetry/semantic-conventions/tree/main/model/registry) [model](https://github.com/open-telemetry/semantic-conventions/tree/main/model) directory
(e.g. `browser`, `http`) (e.g. `browser`, `http`)
4. Run `make chlog-validate` to ensure the new file is valid 4. Run `make chlog-validate` to ensure the new file is valid
5. Commit and push the file 5. Commit and push the file