Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.

Commit 130fd96

Browse files
committed
update
1 parent b854b1f commit 130fd96

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: ['next'] },
39+
mergeStrategy: { toSameBranch: ['master'] },
4040
monorepo: undefined,
4141
updateChangelog: false,
4242
beforeCommitChanges: ({ nextVersion, exec, dir }) => {

0 commit comments

Comments
 (0)