Skip to content

Commit 6da79da

Browse files
committed
Add release command
1 parent 34aef54 commit 6da79da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ version-set:
4040
sed -i '' "s/version: $$current/version: $$next/g" charts/podinfo/Chart.yaml && \
4141
sed -i '' "s/podinfo:$$current/podinfo:$$next/g" kustomize/deployment.yaml && \
4242
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

Comments
 (0)