Skip to content

Commit

Permalink
Merge pull request #299 from rhmdnd/add-preamble-to-release-targets
Browse files Browse the repository at this point in the history
Add preamble.json to release targets
  • Loading branch information
openshift-merge-robot authored Nov 22, 2022
2 parents 08bfa3c + 411b1db commit 9ab797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ git-release: fetch-git-tags package-version-to-tag changelog
git checkout -b "release-v$(TAG)"
sed -i "s/\(.*Version = \"\).*/\1$(TAG)\"/" version/version.go
sed -i "s/\(.*VERSION?=\).*/\1$(TAG)/" version.Makefile
git add version* bundle CHANGELOG.md config/manifests/bases
git add version* bundle CHANGELOG.md config/manifests/bases catalog/preamble.json
git restore config/manager/kustomization.yaml

.PHONY: fetch-git-tags
Expand Down

0 comments on commit 9ab797e

Please sign in to comment.