diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-11-15 21:39:35 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-11-15 21:39:35 -0500 |
commit | 700d45e4b2259975012d7c2f258a04b7ab517e45 (patch) | |
tree | a370e9772f9afb66e5b726b396e2f65cbcaa4a84 /doc | |
parent | 291a8e377fab357a99772f814c48075d0e06a028 (diff) |
* doc/developer-release.txt: update documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-release.txt | 25 |
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 |