How to use Port Mapping to change a repository or a path while distributing a release bundle?

DISTRIBUTION: Using Path Mapping combinations when working with Release Bundles

AuthorFullName__c
Omer Borshan
articleNumber
000005768
ft:sourceType
Salesforce
FirstPublishedDate
2023-06-07T08:50:27Z
lastModifiedDate
2023-06-07
VersionNumber
1
Assuming we want to change the repository name or path when disturbing the release bundle, we would need to:
  • Navigate to the Add Query screen, then to ‘Additional Detail’ tab, and choose ‘Port Mapping’ ->  ‘Change repository’
  • Use the below mapping values.
    To change a repository:
      generic-local/(.*)  - > generic-local-test/(.*)  -
    To change the path:
     generic-local/(.*)  - > generic-local/new/path/(.*)