makefile: add the old specfile to the release instructions

This commit is contained in:
Ondřej Budai 2020-04-29 13:39:27 +02:00
parent 3f9e5e1e35
commit 3ce3a2ad80

View file

@ -251,7 +251,8 @@ release:
@echo " git log v$(VERSION)..HEAD"
@echo
@echo " * Bump the project version. The canonical location so far is"
@echo " 'osbuild-composer.spec'."
@echo " 'osbuild-composer.spec' and"
@echo " 'golang-github-osbuild-composer.spec'."
@echo
@echo " * Make sure the spec-file is updated for the new release and"
@echo " correctly supports all new features. This should already be"