Replies: 1 comment 2 replies
-
c5c5e79 commit is a special "package" commit with phar version of deployer. In order to do this, release automation needs to move release tag to a new commit. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could it be that for a short time there was a broken 7.3.1 release pointing to 2370c31 with a wrong Composer manifest?
Currently the tag 7.3.1 points at c5c5e79 so it looks like the tag was moved to fix this. If that is the case then please consider adding a new tag if something like this happens again. This ensures existing references are not rendered invalid.
For reference this is the relevant part of our
composer.lock
:You can see that there are
require
ments and a differentbin
which hints at a source release.Beta Was this translation helpful? Give feedback.
All reactions