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 f87ffb2 commit 29f04c5Copy full SHA for 29f04c5
ship.config.js
@@ -36,7 +36,7 @@ async function commitChangelog(current, next) {
36
}
37
38
module.exports = {
39
- mergeStrategy: { toSameBranch: ['master'] },
+ mergeStrategy: { toSameBranch: ['next'] },
40
monorepo: undefined,
41
updateChangelog: false,
42
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
0 commit comments