From 24daac9ccb2dc985a546ab03aef0d1adfd26b591 Mon Sep 17 00:00:00 2001 From: David Golden Date: Sat, 13 Jun 2009 23:04:04 +0000 Subject: [PATCH] minor tweak to release instruction example git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@12832 50811bd7-b8ce-0310-adc1-d9db26280581 --- devtools/release_instructions.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devtools/release_instructions.pod b/devtools/release_instructions.pod index 23e1c415..48f71ef2 100644 --- a/devtools/release_instructions.pod +++ b/devtools/release_instructions.pod @@ -24,12 +24,12 @@ See what the last tag was: ... 0.31_02 -Pull the logs since that tag and check the Changes file. +Pull the logs since that tag and update the Changes file if necessary - $ svn_logsincetag 0.31_02 + $ svn_logsincetag 0.31_02 | less ... - $ edit Changes + $ vim Changes If everything is good, just datestamp the version section at the top of Changes (e.g. use "r! date" then "kJ" in vim.)