From c6541b9ac23bcd88202049960ee5a7503a4f0449 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 3 Mar 2007 00:07:03 -0500 Subject: [PATCH] [RELEASING] Add note about ChangeLog sanity --- RELEASING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING b/RELEASING index 4bc042998..e71bc07e7 100644 --- a/RELEASING +++ b/RELEASING @@ -73,6 +73,8 @@ Here are the steps to follow to create a new cairo release: 6) Run "make release-publish" which will perform the following steps for you: + * Generate ChangeLog files out of git repository + * Check that ChangeLog files were generated properly * Check that the version number ends with an even micro component * Check that no release exists with the current version * Verify that make distcheck completes successfully