File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,25 @@ async function commitChangelog(current, next) {
37
37
38
38
module . exports = {
39
39
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
+ } ,
41
59
updateChangelog : false ,
42
60
buildCommand : ( { isYarn, version } ) => 'yarn build:type' ,
43
61
beforeCommitChanges : ( { nextVersion, exec, dir } ) => {
You can’t perform that action at this time.
0 commit comments