VERSION ?= "3.3.1"


release:
	-git commit -a -m "Automated release $(VERSION) by $(USER)"
	rhpkg push
	rhpkg container-build

scratch-release:
	-git commit -a -m "Automated release $(VERSION) by $(USER)"
	rhpkg push
	rhpkg container-build --scratch
