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
Currently, the repository enforces a specific branch naming convention for release branches in the format release/<major>.<minor>.<patch> . While this works well for many use cases, there are many companies migrating from bitbucket to github where this pattern won't apply.
Currently, the repository enforces a specific branch naming convention for release branches in the format
release/<major>.<minor>.<patch>
. While this works well for many use cases, there are many companies migrating from bitbucket to github where this pattern won't apply.Request
Enable more flexible or generic branch naming conventions. Specifically, the ability to add a prefix or suffix as shown in the bitbucket documentation https://confluence.atlassian.com/bitbucketserver/cascading-merge-776639993.html:
release/bitbucket_1.1
release/1.1_bitbucket
The text was updated successfully, but these errors were encountered: