Skip to content

Commit

Permalink
add release cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <liumengxinfly@gmail.com>
  • Loading branch information
oilbeater committed May 20, 2024
1 parent 81b8a9d commit 623c628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ git add mkdocs.yml
git commit -m "update version to ${VERSION}"
git push

echo "clean up images"
docker rmi kubeovn/kube-ovn:${VERSION}-x86 kubeovn/kube-ovn:${VERSION}-arm kubeovn/vpc-nat-gateway:${VERSION}-x86 kubeovn/vpc-nat-gateway:${VERSION}-arm kubeovn/kube-ovn:${VERSION}-debug-x86 kubeovn/kube-ovn:${VERSION}-debug-arm

echo "Manually update the release note with the new changelog"

0 comments on commit 623c628

Please sign in to comment.