From 77df6581f6fba11982ee5c9861a4c4db5b8ac267 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 2 Feb 2022 21:54:49 +0100 Subject: [PATCH] document more the process --- debian/prepare-new-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/prepare-new-release.sh b/debian/prepare-new-release.sh index 3f51cf8c..fcc4834f 100644 --- a/debian/prepare-new-release.sh +++ b/debian/prepare-new-release.sh @@ -19,3 +19,4 @@ echo "edit debian/control, update the VCS links" echo "edit debian/control, update the source pkg name" echo "edit debian/changelog, update the source pkg name" echo "edit debian/unpack.sh, replace snapshot by the version" +echo "NOTE: the first version of the $ORIG_VERSION should be $ORIG_VERSION, not $ORIG_VERSION.0.0"