Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit cbad9bf

Browse files
committed
fix: add semantic-release git plugin
1 parent 3565572 commit cbad9bf

File tree

3 files changed

+27
-36
lines changed

3 files changed

+27
-36
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@commitlint/config-conventional": "8.3.4",
5252
"@csvenke/prettier-config": "1.0.2",
5353
"@semantic-release/commit-analyzer": "8.0.1",
54+
"@semantic-release/git": "9.0.0",
5455
"@semantic-release/github": "7.0.5",
5556
"@semantic-release/npm": "7.0.5",
5657
"@semantic-release/release-notes-generator": "9.0.1",

release.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ module.exports = {
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
55
["@semantic-release/npm", { pkgRoot: "dist" }],
6+
[
7+
"@semantic-release/git",
8+
{
9+
assets: false,
10+
message:
11+
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
12+
},
13+
],
614
"@semantic-release/github",
715
],
816
};

yarn.lock

Lines changed: 18 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,11 +1302,25 @@
13021302
lodash "^4.17.4"
13031303
micromatch "^4.0.2"
13041304

1305-
"@semantic-release/error@^2.2.0":
1305+
"@semantic-release/error@^2.1.0", "@semantic-release/error@^2.2.0":
13061306
version "2.2.0"
13071307
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"
13081308
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==
13091309

1310+
"@semantic-release/git@9.0.0":
1311+
version "9.0.0"
1312+
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-9.0.0.tgz#304c4883c87d095b1faaae93300f1f1e0466e9a5"
1313+
integrity sha512-AZ4Zha5NAPAciIJH3ipzw/WU9qLAn8ENaoVAhD6srRPxTpTzuV3NhNh14rcAo8Paj9dO+5u4rTKcpetOBluYVw==
1314+
dependencies:
1315+
"@semantic-release/error" "^2.1.0"
1316+
aggregate-error "^3.0.0"
1317+
debug "^4.0.0"
1318+
dir-glob "^3.0.0"
1319+
execa "^4.0.0"
1320+
lodash "^4.17.4"
1321+
micromatch "^4.0.0"
1322+
p-reduce "^2.0.0"
1323+
13101324
"@semantic-release/github@7.0.5", "@semantic-release/github@^7.0.0":
13111325
version "7.0.5"
13121326
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.0.5.tgz#042b515cbae8695aa60bc4ed17722c34512a5b89"
@@ -3193,7 +3207,7 @@ debug@^3.1.0:
31933207
dependencies:
31943208
ms "^2.1.1"
31953209

3196-
debuglog@*, debuglog@^1.0.1:
3210+
debuglog@^1.0.1:
31973211
version "1.0.1"
31983212
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
31993213
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -4324,7 +4338,7 @@ import-local@^3.0.2:
43244338
pkg-dir "^4.2.0"
43254339
resolve-cwd "^3.0.0"
43264340

4327-
imurmurhash@*, imurmurhash@^0.1.4:
4341+
imurmurhash@^0.1.4:
43284342
version "0.1.4"
43294343
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
43304344
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -5587,11 +5601,6 @@ lockfile@^1.0.4:
55875601
dependencies:
55885602
signal-exit "^3.0.2"
55895603

5590-
lodash._baseindexof@*:
5591-
version "3.1.0"
5592-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5593-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
5594-
55955604
lodash._baseuniq@~4.6.0:
55965605
version "4.6.0"
55975606
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -5600,33 +5609,11 @@ lodash._baseuniq@~4.6.0:
56005609
lodash._createset "~4.0.0"
56015610
lodash._root "~3.0.0"
56025611

5603-
lodash._bindcallback@*:
5604-
version "3.0.1"
5605-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
5606-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
5607-
5608-
lodash._cacheindexof@*:
5609-
version "3.0.2"
5610-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
5611-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
5612-
5613-
lodash._createcache@*:
5614-
version "3.1.2"
5615-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
5616-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
5617-
dependencies:
5618-
lodash._getnative "^3.0.0"
5619-
56205612
lodash._createset@~4.0.0:
56215613
version "4.0.3"
56225614
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
56235615
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
56245616

5625-
lodash._getnative@*, lodash._getnative@^3.0.0:
5626-
version "3.9.1"
5627-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
5628-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
5629-
56305617
lodash._reinterpolate@^3.0.0:
56315618
version "3.0.0"
56325619
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -5667,11 +5654,6 @@ lodash.isstring@^4.0.1:
56675654
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
56685655
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
56695656

5670-
lodash.restparam@*:
5671-
version "3.6.1"
5672-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
5673-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
5674-
56755657
lodash.sortby@^4.7.0:
56765658
version "4.7.0"
56775659
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -5948,7 +5930,7 @@ micromatch@^3.1.4:
59485930
snapdragon "^0.8.1"
59495931
to-regex "^3.0.2"
59505932

5951-
micromatch@^4.0.2:
5933+
micromatch@^4.0.0, micromatch@^4.0.2:
59525934
version "4.0.2"
59535935
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
59545936
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==

0 commit comments

Comments
 (0)