VERSION ?= "3.3.4"

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

release: commit
	rhpkg container-build

scratch-release: commit
	rhpkg container-build --scratch
