Add release command

This commit is contained in:
stefanprodan
2019-08-06 16:58:35 +03:00
parent 34aef54f20
commit 6da79daa96

View File

@@ -40,3 +40,7 @@ version-set:
sed -i '' "s/version: $$current/version: $$next/g" charts/podinfo/Chart.yaml && \
sed -i '' "s/podinfo:$$current/podinfo:$$next/g" kustomize/deployment.yaml && \
echo "Version $$next set in code, deployment, chart and kustomize"
release:
git tag $(VERSION)
git push origin $(VERSION)