Skip to content

Commit 5415552

Browse files
committed
fix(ci): add semantic release exec plugin
1 parent c2b0cc8 commit 5415552

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@commitlint/config-conventional": "^17.6.7",
4646
"@openapi-typescript-infra/coconfig": "^3.3.3",
4747
"@semantic-release/changelog": "^6.0.3",
48+
"@semantic-release/exec": "^6.0.3",
4849
"@semantic-release/git": "^10.0.1",
4950
"@types/yargs-parser": "^21.0.0",
5051
"@typescript-eslint/eslint-plugin": "^6.2.0",

yarn.lock

+17
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ __metadata:
571571
"@commitlint/config-conventional": ^17.6.7
572572
"@openapi-typescript-infra/coconfig": ^3.3.3
573573
"@semantic-release/changelog": ^6.0.3
574+
"@semantic-release/exec": ^6.0.3
574575
"@semantic-release/git": ^10.0.1
575576
"@types/yargs-parser": ^21.0.0
576577
"@typescript-eslint/eslint-plugin": ^6.2.0
@@ -619,6 +620,22 @@ __metadata:
619620
languageName: node
620621
linkType: hard
621622

623+
"@semantic-release/exec@npm:^6.0.3":
624+
version: 6.0.3
625+
resolution: "@semantic-release/exec@npm:6.0.3"
626+
dependencies:
627+
"@semantic-release/error": ^3.0.0
628+
aggregate-error: ^3.0.0
629+
debug: ^4.0.0
630+
execa: ^5.0.0
631+
lodash: ^4.17.4
632+
parse-json: ^5.0.0
633+
peerDependencies:
634+
semantic-release: ">=18.0.0"
635+
checksum: c6ad2f02ff01a4709c4914f560d0343efea9afe993c733ff971da8bf89604a1460d87b26a1a2ace5992c5ace8e8d384cf314504e0c4b623fc8433e8e8d9e2fe0
636+
languageName: node
637+
linkType: hard
638+
622639
"@semantic-release/git@npm:^10.0.1":
623640
version: 10.0.1
624641
resolution: "@semantic-release/git@npm:10.0.1"

0 commit comments

Comments
 (0)