Skip to content

Commit ef880b8

Browse files
committed
fix: 修复ci发版
1 parent e12ef68 commit ef880b8

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "node",
4-
"include-component-in-tag": false,
4+
"include-component-in-tag": true,
55
"plugins": [
66
{
77
"type": "node-workspace",
@@ -81,7 +81,8 @@
8181
},
8282
"packages/template": {
8383
"release-type": "node",
84-
"component": "template"
84+
"component": "template",
85+
"skip-github-release": true
8586
}
8687
},
8788
"commit-search-depth": 50

packages/core/tsdown.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ export default defineConfig({
2525
platform: 'node',
2626
outDir: path.join(filePath, 'lib'),
2727
external: [/^node-karin/],
28-
noExternal: [
29-
'@candriajs/template'
30-
]
31-
})
28+
noExternal: ['@candriajs/template'],
29+
})

0 commit comments

Comments
 (0)