Skip to content

Commit 222a828

Browse files
committed
Merge branch 'master' of /Users/andy/es2015-library-skeleton
2 parents fb5eca8 + 7ea1502 commit 222a828

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@commitlint/config-conventional']}
1+
module.exports = {extends: ['@jedwards1211/commitlint-config']}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"devDependencies": {
5959
"@commitlint/cli": "^6.0.2",
6060
"@commitlint/config-conventional": "^6.0.2",
61+
"@jedwards1211/commitlint-config": "^1.0.0",
6162
"@jedwards1211/eslint-config": "^2.0.0",
6263
"@jedwards1211/eslint-config-flow": "^1.0.0",
6364
"@jedwards1211/eslint-config-react": "^4.0.0",

solano.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@ hooks:
4949
fi
5050
eval `ssh-agent`
5151
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
5854
npm run codecov && npm run semantic-release
5955
6056
tests:

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
version "6.0.2"
1919
resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-6.0.2.tgz#8ef87a6facb75b3377b2760b0e91097f8ec64db4"
2020

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+
2125
"@commitlint/core@^6.0.2":
2226
version "6.0.2"
2327
resolved "https://registry.npmjs.org/@commitlint/core/-/core-6.0.2.tgz#8e79e18d57ea3d30ca4bbfdf028d5f5d0cd3e422"
@@ -102,6 +106,12 @@
102106
dependencies:
103107
find-up "^2.1.0"
104108

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+
105115
"@jedwards1211/eslint-config-flow@^1.0.0":
106116
version "1.0.0"
107117
resolved "https://registry.npmjs.org/@jedwards1211/eslint-config-flow/-/eslint-config-flow-1.0.0.tgz#306baa90573f772342f53bef67ef4f2fe3f7cb8c"

0 commit comments

Comments
 (0)