From 010500e339539b3c9d4a1ddea5ca064ffe42e68d Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Thu, 15 Aug 2013 22:25:33 -0500
Subject: [PATCH] Add to release notes.

---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 94516e87..09634b49 100644
--- a/Makefile
+++ b/Makefile
@@ -201,13 +201,16 @@ release: TODO test-all test-on-other-machines-too debian-changelog debian-packag
 	replace-sbcl-asdf replace-ccl-asdf \
 	fix-local-git-tags fix-remote-git-tags wc wc-driver wc-asdf
 
-# RELEASE checklist:
+# RELEASE or PUSH checklist:
 # make test-all
 # make test-load-systems s=fare-all
 # make bump v=3.0
-# edit debian/changelog
+# edit debian/changelog # RELEASE only...
 # git commit
 # git tag 3.0 # for example ...
+# git push
+# git push origin 3.0 # for example...
+# everything from here for RELEASE only
 # make debian-package
 # make release-push archive website debian-package
 # dput mentors ../*.changes
-- 
GitLab