Skip to content

Commit

Permalink
Update create-release-branch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Sep 13, 2024
1 parent eb7ebd8 commit fdfdc70
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions openshift/release/create-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ git checkout upstream/"${upstream_release}"

# Copy the openshift extra files from the OPENSHIFT/main branch.
git fetch openshift main
git checkout openshift/main -- openshift OWNERS
git add openshift OWNERS
git checkout openshift/main -- openshift OWNERS Makefile

tag=${release/release-/}
yq write --inplace openshift/project.yaml project.tag "knative-$tag"
make generate-release

git add openshift OWNERS Makefile
git commit -m "Add openshift specific files."

openshift/release/download_release_artifacts.sh "${release}"
Expand Down

0 comments on commit fdfdc70

Please sign in to comment.