diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-06-21 14:03:11 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-06-21 14:03:11 -0400 |
commit | f46b625e1ca43be431c25b2b543fb46984d59017 (patch) | |
tree | debc1cb6a5a6594e8ab43b1a352bf030cb72430a /doc | |
parent | c81f084d660848d5bf06a108e45815c5ae96727a (diff) |
* doc/developer-release.txt: docs update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-release.txt | 12 |
1 files changed, 9 insertions, 3 deletions
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 |