Notify Packagist to update on release published#6
Merged
Conversation
|
|
||
| - The one-time manual registration of the package on Packagist (prerequisite, done once by a | ||
| maintainer). | ||
| - Version number validation or changelog generation (separate concerns). |
Contributor
There was a problem hiding this comment.
It would have been nice to include that in the scope or at least create a ticket for it for later, thought?
Contributor
Author
There was a problem hiding this comment.
I already registered the package on packagist, so... Well, it's already done. About the version number validation, I think I can setup this on Github Ruleset, not sure. We can create an issue to follow the state of this idea. 👍
Comment on lines
+11
to
+15
| ## User Stories | ||
|
|
||
| | ID | Story | Priority | | ||
| |-----|-------|----------| | ||
| | US1 | As a maintainer, when I publish a GitHub release, Packagist is automatically notified so the new version becomes installable via Composer without any manual step | P1 | |
clementvtrd
marked this pull request as ready for review
July 15, 2026 12:45
clementvtrd
force-pushed
the
feat/packagist-release
branch
from
July 15, 2026 12:45
c82330e to
5e6b07c
Compare
ErwannRousseau
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement automation for notifying Packagist upon GitHub release creation and update related documentation.