From 963e707ca4d6586e91ce3d48105ebcd69dbbe872 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sat, 9 Dec 2017 15:12:08 -0500 Subject: [PATCH] Drop mention of README-WIN32.html in the release checklist. --- RELEASE_CHECKLIST.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index c18713f..12f5d63 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -110,7 +110,6 @@ git clone -b gh-pages https://github.com/json-c/json-c json-c-pages cd json-c-pages mkdir json-c-${release} cp -R ../json-c-${release}/doc json-c-${release}/. -cp ../json-c-${release}/README-WIN32.html json-c-${release}/. git add json-c-${release} git commit