We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e29a9 commit 0395e4bCopy full SHA for 0395e4b
ship.config.js
@@ -37,7 +37,23 @@ async function commitChangelog(current, next) {
37
38
module.exports = {
39
mergeStrategy: { toSameBranch: ['master'] },
40
- monorepo: undefined,
+ monorepo: {
41
+ mainVersionFile: 'package.json',
42
+ packagesToBump: [
43
+ 'packages/shared',
44
+ 'packages/message-resolver',
45
+ 'packages/message-compiler',
46
+ 'packages/core',
47
+ 'packages/vue-i18n'
48
+ ],
49
+ packagesToPublish: [
50
51
52
53
54
55
+ ]
56
+ },
57
updateChangelog: false,
58
buildCommand: ({ isYarn, version }) => 'yarn build:type',
59
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
0 commit comments