Skip to content

Commit 836f2e2

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

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/skills/changelog/SKILL.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: changelog
3+
description: A skill for generating changelog entries for OpenTelemetry Python Contrib packages.
4+
---
5+
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
8+
9+
## Usage
10+
11+
- You can also include multiple changes in a single entry
12+
- Each change should be listed on a new line with a leading dash
13+
- Include the PR number and link to the PR for reference
14+
- Fix any git conflicts in the changelog file if they arise during merges
15+
16+
A changelog entry format should look like this:
17+
18+
```
19+
- Add Python 3.14 support
20+
([#<PR_NUMBER>](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/<PR_NUMBER>))
21+
```
22+
23+

0 commit comments

Comments
 (0)