Author: stevehay
Date: Wed Apr 22 17:26:09 2015
New Revision: 1675431

URL: http://svn.apache.org/r1675431
Log:
Remove instruction to bump *.pm $VERSIONs from -dev to -rc1 etc

We don't have -dev $VERSIONs to start with, and I don't think either 0.13-dev 
or 0.13-rc1 is a valid $VERSION number anyway. (It *is* currently that way in 
Apache-SizeLimit, but I don't think it's a good idea and I'd rather change that 
to be like this than change this to be like that.)

Modified:
    perl/Apache-Reload/trunk/RELEASE

Modified: perl/Apache-Reload/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/RELEASE?rev=1675431&r1=1675430&r2=1675431&view=diff
==============================================================================
--- perl/Apache-Reload/trunk/RELEASE (original)
+++ perl/Apache-Reload/trunk/RELEASE Wed Apr 22 17:26:09 2015
@@ -24,11 +24,9 @@ Instructions for Apache-Reload Release M
    as possible.
 
   a. edit ./Changes:
-     - find lib -type f -name "*.pm" | \
-         xargs perl -pi -e 's,0.13-dev,0.13-rc1,g'
-     - perl -pi -e 's,0.13-dev,0.13-rc1,g' Changes
+     - change -dev to -rc\d+ starting with -rc1
 
-     - don't commit these (see dev@ archives)
+     - don't commit this (see dev@ archives)
 
   b. nuke any preinstalled Apache-Reload libs and run 'make test'
 


Reply via email to