You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compares the minor versions against the matrix configuration
adds the minor version tag of the found release to the matrix configuration if there is a newer release
creates a pull request against master
All that should be possible with GH-Actions running JavaScript code and the GitHub API.
If you'd be willing to accept that (or a different suggested approach), I'd be willing to put time into this and figure that out.
The text was updated successfully, but these errors were encountered:
Thank you for taking the initiative, that sounds like a good plan.
I once already started a similar thing, but never finished it, or published it. As I have very little time at the moment, I would be grateful if you work on it.
You probably already know that, but the tags can be obtained as you suggested via the Github API, e.g.
curl -X GET https://api.github.com/repos/shopware/platform/git/refs/tags -o shopware-tags.json
Than we run these jobs regularly. The problem there might be that we would like to detect if we really need to rebuild the image or not (to not rebuild the image every night).
But feel free to choose whatever approach you prefer :-) if it works, I will merge it :-D
Please describe the feature you would like to see implemented.
As mentioned in #13 (comment) the process of adding new shopware versions could be automated.
I guess the easiest way would be to:
master
All that should be possible with GH-Actions running JavaScript code and the GitHub API.
If you'd be willing to accept that (or a different suggested approach), I'd be willing to put time into this and figure that out.
The text was updated successfully, but these errors were encountered: