DISTRIBUTION: Why am I getting “Logged in user is not allowed to create a release bundle with name.” error when trying to create a new release bundle?

DISTRIBUTION: Why am I getting “Logged in user is not allowed to create a release bundle with name.” error when trying to create a new release bundle?

AuthorFullName__c
Roi Niv
articleNumber
000005798
ft:sourceType
Salesforce
FirstPublishedDate
2023-06-27T18:25:02Z
lastModifiedDate
2023-06-27
VersionNumber
1

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.