Renamed in preparation for moving to RST format.
[freeradius.git] / doc / release-method.rst
index d9743ff..01fb59b 100644 (file)
@@ -1,17 +1,16 @@
-  HOW TO ISSUE A RELEASE
+Release Method
+==============
 
-
-       As of 2.0, the release process is much simpler.  Edit the
-       Changelog with the version number and any last updates.
+As of 2.0, the release process is much simpler.  Edit the
+Changelog with the version number and any last updates.
 
 vi doc/ChangeLog
-cvs commit doc/ChangeLog
-
+git commit doc/ChangeLog
 
        Change version numbers in the VERSION file:
 
 vi VERSION
-cvs commit VERSION
+git commit VERSION
 
        Make the files
 
@@ -28,7 +27,6 @@ make dist
 
 make dist-tag
 
-
        Sign the packages.  You will need the correct GPG key for this
        to work.