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 d94588d commit 7addb4cCopy full SHA for 7addb4c
ship.config.js
@@ -32,7 +32,7 @@ async function commitChangelog (current, next) {
32
}
33
34
module.exports = {
35
- mergeStrategy: { toSameBranch: ['master'] },
+ mergeStrategy: { toSameBranch: ['maintain-v1'] },
36
monorepo: undefined,
37
updateChangelog: false,
38
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
0 commit comments