Skip to content

Commit 29f04c5

Browse files
committed
update shipjs configration
1 parent f87ffb2 commit 29f04c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ship.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function commitChangelog(current, next) {
3636
}
3737

3838
module.exports = {
39-
mergeStrategy: { toSameBranch: ['master'] },
39+
mergeStrategy: { toSameBranch: ['next'] },
4040
monorepo: undefined,
4141
updateChangelog: false,
4242
beforeCommitChanges: ({ nextVersion, exec, dir }) => {

0 commit comments

Comments
 (0)