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
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.1release/1.1_bitbucket