remind us about cvs tagging when we've built a release archive

pull/1/head
Daniel Stenberg 21 years ago
parent 9665aaf2c9
commit a674c1fd32
  1. 2
      maketgz

@ -96,3 +96,5 @@ for(@entries) {
`gzip -9 $name-$version.tar`; `gzip -9 $name-$version.tar`;
# remove the dir # remove the dir
`rm -rf $name-$version`; `rm -rf $name-$version`;
print "NOTE: now cvs tag this release!\n";

Loading…
Cancel
Save