summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-06-21 14:04:08 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-06-21 14:04:08 -0400
commit4e1c6fea20eebffa087bf3206e7b64a3adb8641b (patch)
treee5ec263f460fcb1a83433de004bc6e3dbaf84a4a
parentac02bc9d463da1ac3028b3ade5d4c89bd7d1204d (diff)
parentf46b625e1ca43be431c25b2b543fb46984d59017 (diff)
Merge branch 'externals/rt-liberation'HEADmaster
-rw-r--r--.gitignore3
-rw-r--r--doc/developer-release.txt12
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