diff --git a/monodeploy.config.cjs b/monodeploy.config.cjs index 681d052a4..97ac5310f 100644 --- a/monodeploy.config.cjs +++ b/monodeploy.config.cjs @@ -6,9 +6,6 @@ const prereleaseBranches = ['next', 'alpha', 'beta', 'rc']; * @type {import('@monodeploy/types').MonodeployConfiguration} */ module.exports = { - git: { - baseBranch: '765d71af025a5a45ca824df327cae61609f6fa96', - }, autoCommitMessage: 'chore: release [skip ci]', changelogFilename: '/CHANGELOG.md', conventionalChangelogConfig: 'conventional-changelog-conventionalcommits',