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.
1 parent 34aef54 commit 6da79daCopy full SHA for 6da79da
Makefile
@@ -40,3 +40,7 @@ version-set:
40
sed -i '' "s/version: $$current/version: $$next/g" charts/podinfo/Chart.yaml && \
41
sed -i '' "s/podinfo:$$current/podinfo:$$next/g" kustomize/deployment.yaml && \
42
echo "Version $$next set in code, deployment, chart and kustomize"
43
+
44
+release:
45
+ git tag $(VERSION)
46
+ git push origin $(VERSION)
0 commit comments