-
Notifications
You must be signed in to change notification settings - Fork 151
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
chore: Rework release automation - || #1199
chore: Rework release automation - || #1199
Conversation
The following changes are added - Remove wait for checks for the version update pr as we can manually verify the checks and merge(This merge will trigger the next set of gh actions) - Improve grouping in the release notes. eg: Under "Serving" heading we should have the notes of Modelmesh, odh-model-controller etc - Fix skopeo login issue - Allow the tracker URL to support adding tags ie. - If a component has both tag and branch as the same value then the tracker can be updated as component_name|branch-or-tag-url - If a component has different tag and branch values, the the tracker can be updated as component_name|branch-or-tag-url|release-notes/tag-url
f8e65a2
to
3e6c46a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: VaishnaviHire The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d0c1d5e
into
opendatahub-io:incubation
Description
The following changes are added
component_name|branch-or-tag-url
component_name|branch-or-tag-url|release-notes-url
How Has This Been Tested?
Tested in my repo:
https://github.com/AjayJagan/opendatahub-operator/actions/runs/10501974699
https://github.com/AjayJagan/opendatahub-operator/actions/runs/10502024580
Merge criteria