You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
description: 'postfix name of the PR branch - `bump-to-next-minor-version-<postfix>`',
type: 'string'
})
.option('branch', {
description: 'adds branch to `baseBranches` in renovate.json, e.g. release-2023-01-08. If set, renovate also checks for updates in the branch.', // eslint-disable-line max-len
type: 'string'
})
.help(false)
.version(false)
.argv
const run = require('./index')
run(argv)
.then((pullRequest) => {
console.log(`
The PR for the release-management bump has been opened at