When attempting to create a new release bundle, you might encounter an error message stating, 'Logged in user is not allowed to create a release bundle with name <release bundle name>'.
This issue typically arises due to the include patterns that have been configured in the permission target for the release bundle
A solution for this behavior is to set the include pattern for this release bundle according to the following format:
<release bundle name >*/**
For example if your releases bundle name is “test/v1”, you should add the following include pattern:
test*/**
For more information , please visit our documentation on Distributing Release Bundles.