Skip to content
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

Upstream create-release-branch.sh to use correct branch #61

Merged
merged 2 commits into from
Jul 26, 2023
Merged

Conversation

nak3
Copy link

@nak3 nak3 commented Jul 26, 2023

This is same with openshift-knative/net-kourier#92

There are two changes in this PR.

Recently we added v prefix for downstream branch but upstream does not have it.
Hence, we need the following line:

upstream_release=release-${release#"release-v"}

Also, the downstream's version label is equal to branch name so it should be:

openshift/release/download_release_artifacts.sh ${release}

@openshift-ci openshift-ci bot requested review from mgencur and skonto July 26, 2023 04:29
@nak3
Copy link
Author

nak3 commented Jul 26, 2023

/cc @ReToCode @skonto

@openshift-ci openshift-ci bot requested a review from ReToCode July 26, 2023 04:30
@nak3 nak3 changed the title Upstream create-release-branch.sh to use correct version Update create-release-branch.sh to use correct version Jul 26, 2023
@nak3 nak3 changed the title Update create-release-branch.sh to use correct version Upstream create-release-branch.sh to use correct branch Jul 26, 2023
Copy link
Member

@ReToCode ReToCode left a comment

Choose a reason for hiding this comment

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

Thank you!

/lgtm
/approve

@openshift-ci
Copy link

openshift-ci bot commented Jul 26, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nak3, ReToCode

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 1c13440 into openshift-knative:main Jul 26, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants