Skip to content

Commit 8ca1957

Browse files
committed
ci: 🎡 @semantic-release/execをプラグインに追加
1 parent 30b02d5 commit 8ca1957

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,15 @@ module.exports = {
117117
"🎉 This ${issue.pull_request ? 'pull request' : 'issue'} is included in version ${nextRelease.gitTag}.",
118118
},
119119
],
120+
/**
121+
* リリースプロセスの各所でシェルコマンドを実行します。
122+
* @see https://github.com/semantic-release/exec
123+
*/
124+
[
125+
'@semantic-release/exec',
126+
{
127+
// prepare: "npx typedoc",
128+
},
129+
],
120130
],
121131
}

0 commit comments

Comments
 (0)