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: .github/skills/changelog/SKILL.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,14 @@ description: A skill for generating changelog entries for OpenTelemetry Python C
4
4
---
5
5
6
6
# 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
8
15
9
16
## Usage
10
17
@@ -21,3 +28,4 @@ A changelog entry format should look like this:
0 commit comments