chore: 容器框架升级,修复项目命令行异常问题
This commit is contained in:
17
apps/y-code-v1/.release.config.js
Normal file
17
apps/y-code-v1/.release.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
branches: ["main", "master"],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
// "@semantic-release/npm",
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
assets: ["CHANGELOG.md", "package.json"],
|
||||
message: "chore(release): ${nextRelease.version} [skip ci]",
|
||||
},
|
||||
],
|
||||
// "@semantic-release/github",
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user