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
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
0 commit comments