branch: master
commit 3c2f878cc64e5978a64abb91a5c75135257ed003
Author: viritrilbia <viritrilbia>
Commit: viritrilbia <viritrilbia>
# Updated
---
Checklist | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/Checklist b/Checklist
index 07889aa..a7db8f6 100644
--- a/Checklist
+++ b/Checklist
@@ -2,25 +2,24 @@
Checklist for New MMM Mode Releases
0. Test all new code, under all Emacsen if possible. Check that the
- package builds and installs.
+ package builds and installs. The ChangeLog should be kept up to
+ date with important changes, such as with `C-x 4 a' in Emacs.
-1. Check everything into CVS.
+1. Check everything into CVS. Use of PCL-CVS `C' command is
+ recommended to bring ChangeLog entries into cvs comments, or else
+ update the ChangeLog with `C-x v a' after checking in other files.
2. Update the NEWS and TODO files and any other commentary files and
- check them into CVS with invisible comment (#).
+ check them (and ChangeLog) into CVS.
3. Update version numbers and dates in `mmm-mode.el', `configure.in',
`mmm-vars.el', and `version.texi' (the latter by running `make').
Check them in with comment "Released x.x.x".
-4. Update the Changelog file with `vc-update-change-log' (`C-x v a')
- and check it into CVS with invisible comment (#).
-
-5. Make a CVS snapshot (`C-x v s') of the MMM Mode directory. This is
+4. Make a CVS snapshot (`C-x v s') of the MMM Mode directory. This is
the point at which a release becomes official.
-6. Run `make dist' and upload the tarball. Upload both to SourceForge
- and to the Emacs Lisp Archive.
+5. Run `make dist' and upload the tarball. Upload to SourceForge.
Adding Files