Skip to content

Commit 4e44da6

Browse files
authored
Add deprecations to changelog categories (#5162)
### Description <!-- What changed and why? --> #### Issues <!-- * resolves: #1234 * resolves: LIN-1234 --> #### Reminders - Please add tests to validate your changes, and lint your code using `tox -e linters`. - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)
1 parent a06c9f0 commit 4e44da6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ changelog:
1515
labels:
1616
- "Changelog: Bugfix"
1717
- Bug
18+
- title: Deprecations 🏗️
19+
labels:
20+
- "Changelog: Deprecation"
1821
- title: Documentation 📚
1922
labels:
2023
- "Changelog: Docs"

0 commit comments

Comments
 (0)