-
-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathrelease.yml
More file actions
34 lines (33 loc) · 1.01 KB
/
release.yml
File metadata and controls
34 lines (33 loc) · 1.01 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
changelog:
exclude:
labels:
- skip-changelog
authors:
- dependabot[bot]
- renovate
categories:
- title: Breaking Changes
commit_patterns:
- "^(?<type>\\w+(?:\\((?<scope>[^)]+)\\))?!:\\s*)"
semver: major
- title: Features
commit_patterns:
- "^(?<type>feat(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
semver: minor
- title: Fixes
commit_patterns:
- "^(?<type>fix(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
- '^Revert "'
semver: patch
- title: Enhancements
commit_patterns:
- "^(?<type>(?:perf|impr|enh)(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
semver: patch
- title: Dependencies
commit_patterns:
- "^(?<type>(?:deps)(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"
- "^chore\\(deps\\): update (JavaScript|Native|Cocoa|Android) SDK"
semver: minor
- title: Internal Changes
commit_patterns:
- "^(?<type>(?:build|refactor|meta|chore|ci|ref|tests?|style|docs)(?:\\((?<scope>[^)]+)\\))?!?:\\s*)"