From 3ce3a2ad80dc1d66409137432a5a449ac3229dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 29 Apr 2020 13:39:27 +0200 Subject: [PATCH] makefile: add the old specfile to the release instructions --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d46ddbec3..4e0fbf081 100644 --- a/Makefile +++ b/Makefile @@ -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"