summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/developer-release.txt25
1 files changed, 8 insertions, 17 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt
index bab477d..78e68da 100644
--- a/doc/developer-release.txt
+++ b/doc/developer-release.txt
@@ -8,15 +8,16 @@ ELPA.
In order for the ELPA system to trigger a release the version number
in the comment header of rt-liberation.el must be incremented.
-
-* NEWS
+* 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.
* push
Push these updates to the git repo.
-
* tag
Tag the release with the ELPA version number:
@@ -24,19 +25,9 @@ Tag the release with the ELPA version number:
Then push that tag to the VCS:
- $ git push --tags origin "1.31"
-
-
-* documentation
-Update the manual, compile it, and update the copy of the info file in
-the root directory so that ELPA can install it.
-
-
-** Info
-After each manual update the info file needs to be copied into the
-root of the project so that ELPA can pick it up.
+ $ git push --tags origin "1.31"
+* ELPA
+Push the changes to externals/rt-liberation on elpa.git with:
-** ELPA
-Updates to the Savannah repository that have been tested can be pushed
-to the ELPA repository at externals/rt-liberation.
+ $ git push elpa elpa:externals/rt-liberation