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

Commit 4ecea3a

Browse files
committed
update shipjs config
1 parent 7eb9f3f commit 4ecea3a

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: ['maintain-v1'] },
4040
monorepo: undefined,
4141
updateChangelog: false,
4242
beforeCommitChanges: ({ nextVersion, exec, dir }) => {

0 commit comments

Comments
 (0)