Create prepared Downloads for Releases #2118
Replies: 2 comments
-
working on a draft for it at https://github.com/Flyingmana/magento-lts/blob/release-actions/.github/workflows/release.yml |
Beta Was this translation helpful? Give feedback.
-
working example of release: https://github.com/Flyingmana/magento-lts/releases/tag/0.0.15 the 'composer.lock' file is the generated file to showcase the upload of files. |
Beta Was this translation helpful? Give feedback.
-
When we have a release, we should also have a downloadable.
While github already prepares downloads, we may want to combine them with some actions like:
In best case we can do this with Github Actions.
Alternative we need an external system creating them.
We need to make sure, they always create the exact same state, so the hash/signature of the package can get validated.
Beta Was this translation helpful? Give feedback.
All reactions