forked from getsentry/sentry-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.yml
More file actions
37 lines (37 loc) · 867 Bytes
/
release.yml
File metadata and controls
37 lines (37 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
changelog:
exclude:
labels:
- skip-changelog
authors:
- dependabot
categories:
- title: New Features ✨
labels:
- "Changelog: Feature"
commit_patterns:
- "^feat\\b"
semver: minor
- title: Bug Fixes 🐛
labels:
- "Changelog: Bugfix"
commit_patterns:
- "^(fix|bugfix)\\b"
semver: patch
- title: Deprecations 🏗️
labels:
- "Changelog: Deprecation"
commit_patterns:
- "deprecat" # deprecation, deprecated
semver: patch
- title: Documentation 📚
labels:
- "Changelog: Docs"
commit_patterns:
- "^docs?\\b"
semver: patch
- title: Internal Changes 🔧
labels:
- "Changelog: Internal"
commit_patterns:
- "^(build|ref|chore|ci|tests?)\\b"
semver: patch