We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08bfa3c + 411b1db commit 9ab797eCopy full SHA for 9ab797e
Makefile
@@ -459,7 +459,7 @@ git-release: fetch-git-tags package-version-to-tag changelog
459
git checkout -b "release-v$(TAG)"
460
sed -i "s/\(.*Version = \"\).*/\1$(TAG)\"/" version/version.go
461
sed -i "s/\(.*VERSION?=\).*/\1$(TAG)/" version.Makefile
462
- git add version* bundle CHANGELOG.md config/manifests/bases
+ git add version* bundle CHANGELOG.md config/manifests/bases catalog/preamble.json
463
git restore config/manager/kustomization.yaml
464
465
.PHONY: fetch-git-tags
0 commit comments