Skip to content

Commit 53d261d

Browse files
committed
Generate OLM stuff after version bump
1 parent 59dcdfd commit 53d261d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ bump_version () {
9494
sed -i version/version.go -e "s#Version = \".*\"#Version = \"${VERSION_GO}\"#g"
9595
sed -i deploy/templates/components/csv/clusterserviceversion.yaml -r -e "s#(name: devworkspace-operator.)(v[0-9.]+)#\1v${NEXT_VERSION}#g"
9696
sed -i deploy/templates/components/csv/clusterserviceversion.yaml -r -e "s#(version: )([0-9.]+)#\1${NEXT_VERSION}#g"
97+
make generate_olm_bundle_yaml
9798
git add -A
9899
if [[ ! -z $(git status -s) ]]; then # dirty
99100
COMMIT_MSG="[release] Bump to ${NEXT_VERSION} in ${BUMP_BRANCH}"

0 commit comments

Comments
 (0)