Skip to content

Commit

Permalink
chore: Update prepare-upstream.sh (#788)
Browse files Browse the repository at this point in the history
And reformat quay-operator.clusterserviceversion.yaml via yq
  • Loading branch information
Oleg Bulatov authored Jul 11, 2023
1 parent 3856100 commit f2b0a20
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 222 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ CONTROLLER_GEN=$(shell which controller-gen)
endif

# This target called from the prepare-release github action.
# CHANNEL - operator channel (eg. stable-3.6, preview-3.6)
# RELEASE - quay-operator tag (eg. 3.6.0-alpha.4)
# QUAY_RELEASE - quay version (eg. 3.6.0-alpha.4)
# CLAIR_RELEASE - clair version (eg. 4.3.5)
# CHANNEL - operator channel (eg. stable-3.6, candidate-3.9)
# DEFAULT_CHANNEL - latest stable channel (eg. stable-3.8)
# RELEASE - quay tag (eg. 3.6.0-alpha.4)
# CLAIR_RELEASE - clair version (eg. 4.3.5)
# REPLACES - previous z-stream, do not set when releasing a y-stream (eg. quay-operator.v3.6.0-alpha.3)
prepare-release:
@./hack/prepare-upstream.sh

Expand Down
Loading

0 comments on commit f2b0a20

Please sign in to comment.