Author: dagolden Date: Sat Jun 13 16:04:04 2009 New Revision: 12832 Modified: Module-Build/trunk/devtools/release_instructions.pod
Log: minor tweak to release instruction example Modified: Module-Build/trunk/devtools/release_instructions.pod ============================================================================== --- Module-Build/trunk/devtools/release_instructions.pod (original) +++ Module-Build/trunk/devtools/release_instructions.pod Sat Jun 13 16:04:04 2009 @@ -24,12 +24,12 @@ ... 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.)
