Skip to content

Commit 096c276

Browse files
committed
ci(semantic): install the git plugin so it works
1 parent f6a7cca commit 096c276

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"devDependencies": {
7878
"@commitlint/cli": "^11.0.0",
7979
"@commitlint/config-conventional": "^11.0.0",
80+
"@semantic-release/git": "^9.0.0",
8081
"@types/classnames": "^2.2.10",
8182
"@types/node": "14.11.2",
8283
"@types/react": "16.9.49",

yarn.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,11 +1228,25 @@
12281228
lodash "^4.17.4"
12291229
micromatch "^4.0.2"
12301230

1231-
"@semantic-release/error@^2.2.0":
1231+
"@semantic-release/error@^2.1.0", "@semantic-release/error@^2.2.0":
12321232
version "2.2.0"
12331233
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"
12341234
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==
12351235

1236+
"@semantic-release/git@^9.0.0":
1237+
version "9.0.0"
1238+
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-9.0.0.tgz#304c4883c87d095b1faaae93300f1f1e0466e9a5"
1239+
integrity sha512-AZ4Zha5NAPAciIJH3ipzw/WU9qLAn8ENaoVAhD6srRPxTpTzuV3NhNh14rcAo8Paj9dO+5u4rTKcpetOBluYVw==
1240+
dependencies:
1241+
"@semantic-release/error" "^2.1.0"
1242+
aggregate-error "^3.0.0"
1243+
debug "^4.0.0"
1244+
dir-glob "^3.0.0"
1245+
execa "^4.0.0"
1246+
lodash "^4.17.4"
1247+
micromatch "^4.0.0"
1248+
p-reduce "^2.0.0"
1249+
12361250
"@semantic-release/github@^7.0.0":
12371251
version "7.1.1"
12381252
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.1.1.tgz#e998aa9a9cd770838d9f27c64f060c2b686b9d95"
@@ -5775,7 +5789,7 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
57755789
snapdragon "^0.8.1"
57765790
to-regex "^3.0.2"
57775791

5778-
micromatch@^4.0.2:
5792+
micromatch@^4.0.0, micromatch@^4.0.2:
57795793
version "4.0.2"
57805794
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
57815795
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==

0 commit comments

Comments
 (0)