Skip to content

Commit eac4148

Browse files
authored
Updating BridgeVersion in attributes doc via Makefile (#11899)
Signed-off-by: Paolo Patierno <[email protected]>
1 parent e108183 commit eac4148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ bridge_version:
3636
CHART_PATH=./packaging/helm-charts/helm3/strimzi-kafka-operator; \
3737
$(SED) -i '/name: kafka-bridge/{n;s/\(tag: \).*/\1$(BRIDGE_VERSION)/g}' $$CHART_PATH/values.yaml; \
3838
$(SED) -i 's/\(kafkaBridge.image\.tag[^\n]*| \)`.*`/\1`$(BRIDGE_VERSION)`/g' $$CHART_PATH/README.md
39+
$(SED) -i 's/\(:BridgeVersion: \).*/\1$(BRIDGE_VERSION)/g' ./documentation/shared/attributes.adoc
3940

4041
release_prepare:
4142
echo $(shell echo $(RELEASE_VERSION) | tr a-z A-Z) > release.version

0 commit comments

Comments
 (0)