We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea05e2b commit 139c61bCopy full SHA for 139c61b
1 file changed
make-release.sh
@@ -324,7 +324,14 @@ release() {
324
update_images "$NEXT_VERSION_Z"
325
git_commit_and_push "chore: release: bump to ${NEXT_VERSION_Z} in $X_BRANCH" "ci-bump-$X_BRANCH-$NEXT_VERSION_Z"
326
327
+ # Add bundle to main branch
328
+ git checkout "${MAIN_BRANCH}"
329
+ git checkout "${X_BRANCH}" -- olm-catalog/release/channel.yaml
330
+ git checkout "${X_BRANCH}" -- olm-catalog/release/devworkspace-operator.v$VERSION.bundle.yaml
331
+ git_commit_and_push "chore: Add v${VERSION} bundle to main branch" "ci-add-bundle-$VERSION"
332
+
333
echo "[INFO] Release is done"
334
335
}
336
337
parse_args "$@"
0 commit comments