I have noticed that the tag for version 3.0.8 is missing in Packagist, and the release is also absent in the GitHub releases section. This inconsistency can lead to confusion for users who are trying to install the latest version via Composer.
Steps to Reproduce:
Create a new directory for testing:
mkdir composer-install-humanmade-s3-uploads
cd composer-install-humanmade-s3-uploads
Run the Composer command to require the package:
composer require humanmade/s3-uploads -W
Check the installed version:
composer show humanmade/s3-uploads
Expected Output:
The expected output should include version 3.0.8.
Actual Output:
name : humanmade/s3-uploads
descrip. : WordPress plugin to store uploads on S3
keywords : wordpress
versions : * 3.0.7
released : 2023-05-04, 1 year ago
type : wordpress-plugin
license : GNU General Public License v2.0 or later (GPL-2.0+) (OSI approved) https://spdx.org/licenses/GPL-2.0+.html#licenseText
homepage : https://github.com/humanmade/S3-Uploads
source : [git] https://github.com/humanmade/S3-Uploads.git b65f2c73ca8b248232407bbe0db93e6b728ed0ee
dist : [zip] https://api.github.com/repos/humanmade/S3-Uploads/zipball/b65f2c73ca8b248232407bbe0db93e6b728ed0ee b65f2c73ca8b248232407bbe0db93e6b728ed0ee
path : /path/to/temp/composer-install-humanmade-s3-uploads/wp-content/plugins/s3-uploads
names : humanmade/s3-uploads
It would be greatly appreciated if you could create a tag for 3.0.8 in the repository and ensure it is listed in the releases section so that it reflects accurately on Packagist.
I have noticed that the tag for version 3.0.8 is missing in Packagist, and the release is also absent in the GitHub releases section. This inconsistency can lead to confusion for users who are trying to install the latest version via Composer.
Steps to Reproduce:
Expected Output: The expected output should include version 3.0.8.
Actual Output:
Details:
It would be greatly appreciated if you could create a tag for 3.0.8 in the repository and ensure it is listed in the releases section so that it reflects accurately on Packagist.