Conversation
|
snapshot uploaded successfully ref: https://github.com/OpenAPITools/openapi-diff/actions/runs/17115851724/job/48546469970 |
|
@wing328 I would suggest removing release.yml as it is not needed anymore. Maybe it makes sense to have additional release job triggered manually? So it can handle version switching by parameters like we have before: So on push to master snapshot version will be released automatically, but when we need to trigger release, it can be done manually. But this is up to you. |
Thanks for the review. Do we still need the workflow to publish the image to docker hub? That's the reason why I keep it. |
I see, we need for sure. Let's rename it then to "docker-release.yml" to make it clear. Feel free to merge. I will later think about a unified release job to invoke maven-release and docker-release at the same time. Just want to make it as simple as possible to perform the release with one click and not miss something. |
|
FYI. Renamed to docker-release.yml via #817 |
Add maven release workflow (github action) to replace existing workflows (commented out)