summaryrefslogtreecommitdiff
path: root/RELEASE_CHECKLIST.txt
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2016-06-27 03:46:38 +0000
committerEric Haszlakiewicz <erh+git@nimenees.com>2016-06-27 04:15:30 +0000
commit107138589683ab04ed72dad37cc2ba5ce99e6e59 (patch)
treee0b678fc9bf3b4da738e6db58e3863efe6e3aef8 /RELEASE_CHECKLIST.txt
parent29005ef7b1a37c59775d32b2263d6c63fc502fe8 (diff)
downloadjson-c-107138589683ab04ed72dad37cc2ba5ce99e6e59.tar.gz
Issue #113: add "new" files to appropriate variables in Makefile, and note the need to run "make distcheck" as part of the release process.
Fix issues with the test script so it works under distcheck too.
Diffstat (limited to 'RELEASE_CHECKLIST.txt')
-rw-r--r--RELEASE_CHECKLIST.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt
index d71e401..307b95c 100644
--- a/RELEASE_CHECKLIST.txt
+++ b/RELEASE_CHECKLIST.txt
@@ -8,6 +8,8 @@ cd json-c-${release}
Check that the compile works on Linux
Check that the compile works on NetBSD
Check that the compile works on Windows
+Run "make distcheck" and fix any problems
+ (e.g. adding new files to SOURCES variables in Makefile.am)
Check ChangeLog to see if anything should be added.
Make any fixes/changes *before* branching.