Skip to content

Commit 921e455

Browse files
committed
tune
Signed-off-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
1 parent 836f2e2 commit 921e455

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/skills/changelog/SKILL.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ description: A skill for generating changelog entries for OpenTelemetry Python C
44
---
55

66
# OpenTelemetry Python Contrib — Changelog Skill
7-
This skill generates changelog entries for OpenTelemetry Python Contrib packages based on commit messages and pull request descriptions. It follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format and categorizes changes into sections: Added, Fixed or Breaking changes
7+
8+
This skill generates changelog entries for OpenTelemetry Python Contrib packages based on commit messages and pull request descriptions. It follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format and categorizes changes into sections: Added, Fixed or Breaking changes. Just Add/Update/Remove the entry from the ./CHANGELOG.md file at the root of the repository.
9+
10+
# Important
11+
12+
- Do not run any test or lint
13+
- Do not run any task other than just update the CHANGELOG.md file accordingly to the request
14+
- Do not search for failures in jobs
815

916
## Usage
1017

@@ -21,3 +28,4 @@ A changelog entry format should look like this:
2128
```
2229

2330

31+

0 commit comments

Comments
 (0)