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) {
3737
3838module . 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 } ) => {
You can’t perform that action at this time.
0 commit comments