Skip to content

Commit 411b1db

Browse files
committed
Add preamble.json to release targets
We need to keep track of the version number in preamble.json for the operator index image. Let's make sure we add it to the makefile targets for releasing the operator so that it's included in the release commit.
1 parent 06f4404 commit 411b1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ git-release: fetch-git-tags package-version-to-tag changelog
459459
git checkout -b "release-v$(TAG)"
460460
sed -i "s/\(.*Version = \"\).*/\1$(TAG)\"/" version/version.go
461461
sed -i "s/\(.*VERSION?=\).*/\1$(TAG)/" version.Makefile
462-
git add version* bundle CHANGELOG.md config/manifests/bases
462+
git add version* bundle CHANGELOG.md config/manifests/bases catalog/preamble.json
463463
git restore config/manager/kustomization.yaml
464464

465465
.PHONY: fetch-git-tags

0 commit comments

Comments
 (0)