Skip to content

Commit

Permalink
chore: update shipjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 11, 2020
1 parent 84e29a9 commit b1423ec
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion ship.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,25 @@ async function commitChangelog(current, next) {

module.exports = {
mergeStrategy: { toSameBranch: ['master'] },
monorepo: undefined,
monorepo: {
mainVersionFile: 'package.json',
packagesToBump: [
'packages/shared',
'packages/message-resolver',
'packages/message-compiler',
'packages/runtime',
'packages/core',
'packages/vue-i18n'
],
packagesToPublish: [
'packages/shared',
'packages/message-resolver',
'packages/message-compiler',
'packages/runtime',
'packages/core',
'packages/vue-i18n'
]
},
updateChangelog: false,
buildCommand: ({ isYarn, version }) => 'yarn build:type',
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
Expand Down

0 comments on commit b1423ec

Please sign in to comment.