Skip to content

Commit 9ab797e

Browse files
Merge pull request #299 from rhmdnd/add-preamble-to-release-targets
Add preamble.json to release targets
2 parents 08bfa3c + 411b1db commit 9ab797e

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)