Skip to content

Conversation

jakobmoellerdev
Copy link
Contributor

@jakobmoellerdev jakobmoellerdev commented Aug 21, 2025

What this PR does / why we need it

Sets Up Github Draft Releases that always publish the latest main build of the CLI to a draft release for testing. Take a look at https://github.com/jakobmoellerdev/open-component-model/releases/tag/untagged-f09e86dae1d88f19a9a5 where I ran the job right now on my fork!

Which issue(s) this PR fixes

Now we can finally start shipping the CLI to users who are not having go installed and just want to test our workflows

You might have noticed that a lot of changes in the Changelog are under fix. That is because renovate puts them up as fix(deps) thats why I now force renovate to always use chore(deps) instead for any future release

@jakobmoellerdev jakobmoellerdev requested a review from a team as a code owner August 21, 2025 19:23
@github-actions github-actions bot added component/github-actions Changes on GitHub Actions or within `.github/` directory kind/feature new feature, enhancement, improvement, extension size/m Medium labels Aug 21, 2025
Signed-off-by: Jakob Möller <jakob.moeller@sap.com>
Copy link
Contributor

@fabianburth fabianburth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link to your repo does not work (anymore)

runs-on: large_runner
needs: E2E
runs-on: ubuntu-latest
# needs: E2E
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we no longer require E2E here? Because changes are already E2E tested before merging to main?

run: task kubernetes/controller:docker-build/multi-arch PUSH=false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it make sense to always push to a latest tag?

@jakobmoellerdev
Copy link
Contributor Author

I need to reopen this PR from the correct branch !

@jakobmoellerdev
Copy link
Contributor Author

Reopened in #703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/github-actions Changes on GitHub Actions or within `.github/` directory kind/feature new feature, enhancement, improvement, extension size/m Medium size/s Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants