File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
- module . exports = { extends : [ '@commitlint/config-conventional ' ] }
1
+ module . exports = { extends : [ '@jedwards1211/commitlint-config ' ] }
Original file line number Diff line number Diff line change 58
58
"devDependencies" : {
59
59
"@commitlint/cli" : " ^6.0.2" ,
60
60
"@commitlint/config-conventional" : " ^6.0.2" ,
61
+ "@jedwards1211/commitlint-config" : " ^1.0.0" ,
61
62
"@jedwards1211/eslint-config" : " ^2.0.0" ,
62
63
"@jedwards1211/eslint-config-flow" : " ^1.0.0" ,
63
64
"@jedwards1211/eslint-config-react" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -49,12 +49,8 @@ hooks:
49
49
fi
50
50
eval `ssh-agent`
51
51
ssh-add ~/.ssh/ci_repo_key
52
- git config remote.origin.tagOpt --tags
53
- if [ -f .git/shallow ]; then
54
- git fetch --unshallow origin
55
- else
56
- git fetch origin
57
- fi
52
+ # fetch tags
53
+ git fetch origin 'refs/tags/*:refs/tags/*' -v
58
54
npm run codecov && npm run semantic-release
59
55
60
56
tests :
Original file line number Diff line number Diff line change 18
18
version "6.0.2"
19
19
resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-6.0.2.tgz#8ef87a6facb75b3377b2760b0e91097f8ec64db4"
20
20
21
+ " @commitlint/config-conventional@^6.1.3 " :
22
+ version "6.1.3"
23
+ resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-6.1.3.tgz#6c06eeae04c5ac789c3618df4d52aeda89ffb810"
24
+
21
25
" @commitlint/core@^6.0.2 " :
22
26
version "6.0.2"
23
27
resolved "https://registry.npmjs.org/@commitlint/core/-/core-6.0.2.tgz#8e79e18d57ea3d30ca4bbfdf028d5f5d0cd3e422"
102
106
dependencies :
103
107
find-up "^2.1.0"
104
108
109
+ " @jedwards1211/commitlint-config@^1.0.0 " :
110
+ version "1.0.0"
111
+ resolved "https://registry.npmjs.org/@jedwards1211/commitlint-config/-/commitlint-config-1.0.0.tgz#a3e56e5cd5c78a923c7c49f08fbbdc7b02756fd7"
112
+ dependencies :
113
+ " @commitlint/config-conventional" " ^6.1.3"
114
+
105
115
" @jedwards1211/eslint-config-flow@^1.0.0 " :
106
116
version "1.0.0"
107
117
resolved "https://registry.npmjs.org/@jedwards1211/eslint-config-flow/-/eslint-config-flow-1.0.0.tgz#306baa90573f772342f53bef67ef4f2fe3f7cb8c"
You can’t perform that action at this time.
0 commit comments