Skip to content

Commit b1423ec

Browse files
committed
chore: update shipjs config
1 parent 84e29a9 commit b1423ec

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

ship.config.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,25 @@ async function commitChangelog(current, next) {
3737

3838
module.exports = {
3939
mergeStrategy: { toSameBranch: ['master'] },
40-
monorepo: undefined,
40+
monorepo: {
41+
mainVersionFile: 'package.json',
42+
packagesToBump: [
43+
'packages/shared',
44+
'packages/message-resolver',
45+
'packages/message-compiler',
46+
'packages/runtime',
47+
'packages/core',
48+
'packages/vue-i18n'
49+
],
50+
packagesToPublish: [
51+
'packages/shared',
52+
'packages/message-resolver',
53+
'packages/message-compiler',
54+
'packages/runtime',
55+
'packages/core',
56+
'packages/vue-i18n'
57+
]
58+
},
4159
updateChangelog: false,
4260
buildCommand: ({ isYarn, version }) => 'yarn build:type',
4361
beforeCommitChanges: ({ nextVersion, exec, dir }) => {

0 commit comments

Comments
 (0)