cvsuser     03/03/18 19:59:44

  Modified:    .        DEVELOPING RELEASE_INSTRUCTIONS
  Log:
  Post-release stuff
  
  Revision  Changes    Path
  1.4       +1 -1      parrot/DEVELOPING
  
  Index: DEVELOPING
  ===================================================================
  RCS file: /cvs/public/parrot/DEVELOPING,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- DEVELOPING        19 Dec 2002 08:57:06 -0000      1.3
  +++ DEVELOPING        19 Mar 2003 03:59:44 -0000      1.4
  @@ -1,4 +1,4 @@
  -LAST RELEASE: Parrot 0.0.9, 18 December 2002
  +LAST RELEASE: Parrot 0.0.10, 18 March 2003
   
   This file should only exist in development distributions. Delete it
   (and its entry in the MANIFEST) before packaging Parrot up for a CPAN
  
  
  
  1.3       +8 -22     parrot/RELEASE_INSTRUCTIONS
  
  Index: RELEASE_INSTRUCTIONS
  ===================================================================
  RCS file: /cvs/public/parrot/RELEASE_INSTRUCTIONS,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- RELEASE_INSTRUCTIONS      19 Dec 2002 08:57:06 -0000      1.2
  +++ RELEASE_INSTRUCTIONS      19 Mar 2003 03:59:44 -0000      1.3
  @@ -24,21 +24,9 @@
   
       3.  cvs commit.
   
  -    4.  Delete DEVELOPING.  If it appears in the MANIFEST, 
  -        delete its entry in MANIFEST as well.  (This will
  -        remove the 'devel' postfix from the version 
  -        number--e.g. 0.0.8, as opposed to 0.0.8-devel, 
  -        which is the number you'd get by downloading from 
  -        CVS and getting a DEVELOPING file.)
  -        
  -    5.  make distclean.
  -
  -    5.5. This should really be fixed in distclean, but you'll
  -        also need to delete all of the empty CVS subdirectories.
  -        On Unix, 'find . -name CVS | xargs rmdir' should do the
  -        trick safely enough.
  +    5.  make release VERSION=<version>
       
  -    6.  Run tools/dev/manicheck.pl and fix any errors it finds.
  +    6.  untar ../parrot-<version>.tar.gz into another area
           
       7.  Make sure everything works--Configure, make and 
           make fulltest.  Check the Tinderbox and make sure that 
  @@ -46,15 +34,13 @@
           due to problems with the particular box, like a
           botched compiler upgrade).
   
  -    8.  make distclean again.
  +    8.  upload to CPAN.
   
  -    9.  tar, gzip, and upload to CPAN.
  -
  -    10. Compose and send out the announcements--perl6-internals,
  +    9.  Compose and send out the announcements--perl6-internals,
           -language, -announce, perl5-porters, use Perl, PerlMonks,
           comp.lang.perl.misc, etc.
   
  -    11. You're done!  Help yourself to a beer, cola or other
  +    10. You're done!  Help yourself to a beer, cola or other
           celebratory drink.
   
   ABOUT THIS DOCUMENT:
  
  
  

Reply via email to