Skip to content

Commit 7addb4c

Browse files
committed
update shipjs config
1 parent d94588d commit 7addb4c

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
@@ -32,7 +32,7 @@ async function commitChangelog (current, next) {
3232
}
3333

3434
module.exports = {
35-
mergeStrategy: { toSameBranch: ['master'] },
35+
mergeStrategy: { toSameBranch: ['maintain-v1'] },
3636
monorepo: undefined,
3737
updateChangelog: false,
3838
beforeCommitChanges: ({ nextVersion, exec, dir }) => {

0 commit comments

Comments
 (0)