Uh oh!
There was an error while loading. Please reload this page.
Add a check for updated version before deployment - #6802
Conversation
Uh oh!
There was an error while loading. Please reload this page.
6c01dc8 to
446d3f7Compare
MGatner
left a comment
There was a problem hiding this comment.
I brought this up on the release thread in response to a contributor comment, but we need to decide what a "hotfix" looks like. This seems to be a vote for "go back through the entire release process" so that our version numbers are always consistent. I think that is probably the best approach, since we're not actually pushing anything to "production" to begin with. Alternatives would be to release sub-versions like 4.2.8.1 or 4.2.8-hotfix, or to delete tags from all distributable repos and redo the release.
Uh oh!
There was an error while loading. Please reload this page.
kenjis
commented
Nov 1, 2022
If we are going to follow Semantic Versioning, I think we cannot use 4.2.8.1 or 4.2.8-hotfix. |
3db1397 to
460b8a4Compare460b8a4 to
ebf7e66Comparepaulbalandan
commented
Nov 1, 2022
I think redoing the release is the best approach, but I'm not sure if the new tag's SHA will be picked up by packagist. |
MGatner
commented
Nov 2, 2022
Packagist will update if you remove a tag and re-release it. This is my approach on small libraries when I make a mistake. We could do that here as well, just have to delete the tags from the distributable repos too. Sticking with SemVer is best. It looks like we could append "build metadata" like |
kenjis
commented
Nov 2, 2022
When we use this PR, |
paulbalandan
commented
Nov 2, 2022
Yes, because the release payload from this repo will be used in creating the respective releases in the 3 repos through |
MGatner
commented
Nov 3, 2022
I think that's fine. Deleting tags isn't as big a deal as it seems, and if the Action stops it from happening on the distributables then we are pretty much guaranteed nobody has been affected. |
kenjis
commented
Nov 3, 2022
Yes, this repository is not a Composer package. |
Description
"Successful" run: https://github.com/paulbalandan/CodeIgniter4/actions/runs/3369749982/jobs/5589787478
Checklist: