-
Notifications
You must be signed in to change notification settings - Fork 0
/
git-conventional-commits.yaml
44 lines (44 loc) · 1.09 KB
/
git-conventional-commits.yaml
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
42
43
44
---
convention:
commitTypes:
- compat
- feat
- fix
- perf
- refactor
- style
- test
- build
- ops
- docs
- merge
- chore
- submodule
- story
- ci
- patch
commitScopes: []
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
changelog:
commitTypes:
- feat
- fix
- perf
- merge
- submodule
includeInvalidCommits: true
commitScopes: []
commitIgnoreRegexPattern: '^WIP '
headlines:
compat: Compatibilities
feat: Features
fix: Bug Fixes
perf: Performance Improvements
merge: Merges
breakingChange: BREAKING CHANGES
submodule: Commits that update pointer for submodules
patch: snippet codes create or update
commitUrl: https://github.com/blockeraai/blockera/commit/%commit%
commitRangeUrl: https://github.com/blockeraai/blockera/compare/%from%...%to%?diff=split
issueRegexPattern: '#[0-9]+'
issueUrl: https://github.com/blockeraai/blockera/issues/%issue%