branch: externals/rt-liberation
commit 4e1c6fea20eebffa087bf3206e7b64a3adb8641b
Merge: ac02bc9 f46b625
Author: Yoni Rabkin <y...@rabkins.net>
Commit: Yoni Rabkin <y...@rabkins.net>

    Merge branch 'externals/rt-liberation'
---
 .gitignore                |  3 +++
 doc/developer-release.txt | 12 +++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..afeeed2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.elc
+rt-liberation-autoloads.el
+rt-liberation-pkg.el
diff --git a/doc/developer-release.txt b/doc/developer-release.txt
index 8dd9677..2d00f10 100644
--- a/doc/developer-release.txt
+++ b/doc/developer-release.txt
@@ -6,25 +6,26 @@ ELPA.
 * compile
 Check for and correct compile-time errors and warnings.
 
+
 * version
 In order for the ELPA system to trigger a release the version number
 in the comment header of rt-liberation.el must be incremented.
 
+
 * Good News
 Update the NEWS file to tell all of the people the Good News.
 
+
 * documentation
 Update the manual, compile it, and update the copy of the info file in
 the root directory so that ELPA can install it.
 
-Compile an HTML version of the manual and update it on the Website:
+Compile an HTML version of the manual and update the Website:
 
     $ cvs commit -m "update manual" rt-liber.html
 
     $ cvs commit -m "update website" index.html
 
-* push
-Push these updates to the git repo.
 
 * tag
 Tag the release with the ELPA version number, then push that tag to
@@ -34,6 +35,11 @@ the VCS:
 
     $ git push --tags origin "2.2"
 
+
+* push
+Push these updates to the git repo.
+
+
 * ELPA
 Merge the changes into the local externals/rt-liberation (git will
 complain) and then push the changes to externals/rt-liberation on

Reply via email to