-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHA: fetch tags on Python release checkout action #244
Conversation
@dtrifiro do you think this should work or would you rather go with FYI I'm basing myself on https://github.com/actions/checkout/blob/main/README.md?plain=1#L93. |
I think it would be ok. What about explicitly using: on:
release:
types: [published] and explicitly creating the release (and release notes) on github? |
Signed-off-by: Isabella Basso do Amaral <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #244 +/- ##
=======================================
Coverage 74.52% 74.52%
=======================================
Files 17 17
Lines 2296 2296
Branches 73 73
=======================================
Hits 1711 1711
Misses 420 420
Partials 165 165 ☔ View full report in Codecov by Sentry. |
Updated and tested on: https://github.com/isinyaaa/model-registry/actions/runs/7197484144/job/19604711876 |
… to 0.2.4-alpha in /clients/ui/bff (opendatahub-io#244) Bumps [github.com/kubeflow/model-registry](https://github.com/kubeflow/model-registry) from 0.2.3-alpha to 0.2.4-alpha. - [Release notes](https://github.com/kubeflow/model-registry/releases) - [Commits](kubeflow/model-registry@v0.2.3-alpha...v0.2.4-alpha) --- updated-dependencies: - dependency-name: github.com/kubeflow/model-registry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description
Fetch tags when checking out the repo on the Python release workflow.
How Has This Been Tested?
Tested on: https://github.com/isinyaaa/model-registry/actions/runs/7197484144/job/19604711876.
Merge criteria: