kevydotvinu / openshift-network-playground

The OpenShift Network Playground is built for advanced OpenShift users who needs to quickly build and test different OpenShift network scenarios.
https://kevy.gitbook.io/onp
MIT License
3 stars 1 forks source link

Add force tag and push in Makefile #104

Closed kevydotvinu closed 10 months ago

kevydotvinu commented 1 year ago
make tag
.PHONY: tag

tag: check-version
        git tag -f -s ${VERSION} -m ${VERSION}
        git push -f origin ${VERSION}