-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git-conventional-commits.yaml
82 lines (79 loc) · 1.55 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
convention:
commitTypes:
- feat
- fix
- perf
- refactor
- style
- test
- build
- ops
- docs
- chore
- merge
- revert
commitScopes:
[
'about',
'screen',
'resources',
'hooks',
'theme',
'config',
'scripts',
'licence',
'router',
'ui',
'quran',
'sunnah',
'dhikrs',
'settings',
'component',
'api',
'workflows',
'store',
'semantic-release',
'performance',
'virtual-scroll',
'font',
'changelog',
'playwright',
'vite',
'gitignore',
'atom-state',
'community',
'deps',
'ionic',
'readme',
'contributing',
'capacitor',
'prayer-times',
'release',
]
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
changelog:
commitTypes:
- feat
- fix
- perf
- merge
- test
includeInvalidCommits: true
commitIgnoreRegexPattern: '^WIP '
headlines:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
merge: Merges
breakingChange: BREAKING CHANGES
test: Test Cases
## GitHub
# commitUrl: https://github.com/Muhammed-Rahif/Islam/commit/%commit%
# commitRangeUrl: https://github.com/Muhammed-Rahif/Islam/compare/%from%...%to%?diff=split
## GitHub Issues
# issueRegexPattern: "#[0-9]+"
# issueUrl: https://github.com/Muhammed-Rahif/Islam/issues/%issue%
## Jira Issues
# issueRegexPattern: "[A-Z][A-Z0-9]+-[0-9]+"
# issueUrl: https://WORKSPACE.atlassian.net/browse/%issue%