-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.1 is not available on Packagist #241
Comments
hey @thomasfw you are absolutely right, looks like we forgot to update in the meantime this is fixed you could use |
No problem, will use dev-trunk for now - thanks |
# Summary <!-- Required --> Removes package version from composer.json. This should make packagist point to the git tags. Also updated the changelog.md to include changes from 1.0.1. ### Closes: #241 ## Contributor checklist <!-- Required --> <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you are unsure about any of these, please ask for clarification. We are here to help! --> - [x] I agree to follow this project's [**Code of Conduct**](https://github.com/10up/.github/blob/trunk/CODE_OF_CONDUCT.md). - [x] I have updated the documentation accordingly - [x] I have added tests to cover changes introduced by this pull request - [x] All new and existing tests pass ## Testing <!-- Required --> - [x] All tests pass in CI ### Reviewer checklist <!-- Required --> <!-- The following checklist is for the reviewer: add any steps that may be relevant while reviewing this pull request --> - [x] Code changes review - [x] Documentation changes review - [x] Unit tests pass - [x] Static analysis passes
Can I ask whether you'll be tagging a new release with the fix in 48b7f22, or will this be included in a later version? Edit: I should add that this isn't fixed until a new version is tagged, otherwise packagist won't pick up the changes. The package remains incompatible with PHP 8.3.1 when installing with composer (@unfulvio-godaddy) |
Looks like that is on Packagist now. You can configure a webhook from GitHub to Packagist to run on tags. It's very easy to set up but I see a comment that you don't have full access to Packagist to do that. Still, Packagist polls GitHub to look for updates too. In the Composer documentation it says:
So I think the problem was correctly fixed with #242, and that #244 should not be implemented. |
indeed it wasn't needed all I had to do is to republish the package here (dropping the composer version happened after we tagged 1.0.1); so retagged using the latest from trunk (which only contained the version drop from composer) and that fixed it in Packagist |
Bug report
v1.0.1 is not available on Packagist - https://packagist.org/packages/10up/wp_mock
Replication steps
N/A
Expected behavior
N/A
Logs
Screenshots
N/A
The text was updated successfully, but these errors were encountered: