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 was archived by the owner on May 16, 2022. It is now read-only.
As a developer who wants to start using r-bot in an existing repo,
I want to be able to specify my own release branch naming pattern
so that I could stay consistent with the current naming conventions and
so that it is compatible with the current CI setup.
Example: My release branches are named release-{version}, but the bot implicitly creates {version}-release branch which is not compatible with my current CI setup.