adobe-stock-integration
                                
                                 adobe-stock-integration copied to clipboard
                                
                                    adobe-stock-integration copied to clipboard
                            
                            
                            
                        Release tag 2.1.2 missing
Preconditions (*)
- The package magento/product-community-edition2.4.3 requires"magento/adobe-stock-integration": "2.1.2"
- This repository https://github.com/magento/adobe-stock-integration/ does not contain a tag 2.1.2, only 2.1.2-p1
- This repository does have a branch 2.1.2, but branches are not supposed to be used as a target dependency in a release, since they do not point to a specific commit.
Expected result (*)
- That it is possible to resolve the dependencies of magento/product-community-editionmanually by visiting the source repositories and selecting the tagged release version
Actual result (*)
- The dependency on magento/adobe-stock-integrationversion 2.1.2 can not be accurately resolved manually.
Hi @Vinai. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
- Join Magento Community Engineering Slack and ask your questions in #github channel.
Suggested solution:
- rename the 2.1.2 branch to 2.1.2-develop or something, so the 2.1.2 ref does not conflict with the tag
- check out to the commit that was used to build the 2.1.2 release package (possibly that is the 2.1.2 branch?), create a tag 2.1.2, and push the tag
@sidolov Could you please take a look at this?