-
Notifications
You must be signed in to change notification settings - Fork 608
Expand file tree
/
Copy pathrelease.yml
More file actions
41 lines (41 loc) · 1.18 KB
/
release.yml
File metadata and controls
41 lines (41 loc) · 1.18 KB
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
38
39
40
41
changelog:
exclude:
labels:
- skip-changelog
authors:
- dependabot
categories:
- title: Breaking Changes 🛠
commit_patterns:
- "^(?<type>\\w+(?:\\((?<scope>[^)]+)\\))?!:\\s*)"
semver: major
- title: New Features ✨
labels:
- "Changelog: Feature"
commit_patterns:
- "^(?<type>feat(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
semver: minor
- title: Bug Fixes 🐛
labels:
- "Changelog: Bugfix"
commit_patterns:
- "^(?<type>(?:fix|bugfix)(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
semver: patch
- title: Deprecations 🏗️
labels:
- "Changelog: Deprecation"
commit_patterns:
- "^(?<type>deprecat(?:ion|ed|e)(?:\\((?<scope>[^)]+)\\))?!?:?\\s*)"
semver: patch
- title: Documentation 📚
labels:
- "Changelog: Docs"
commit_patterns:
- "^(?<type>docs?(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
semver: patch
- title: Internal Changes 🔧
labels:
- "Changelog: Internal"
commit_patterns:
- "^(?<type>(?:build|refactor|meta|chore|ci|ref|perf|tests?)(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
semver: patch