diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2015-11-15 09:35:50 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2015-11-18 08:42:02 +0800 |
commit | 0b7d791d2799ce2e4477d222d14478a5fc96fbad (patch) | |
tree | b28fcf5868bbd58853fab30c4a61e50e4f1ac28b /admin/README | |
parent | 20b043f97cdbde072b04469bd8f56b57301be34b (diff) | |
download | emacs-0b7d791d2799ce2e4477d222d14478a5fc96fbad.tar.gz |
Backport: Document the release process
* admin/notes/versioning: Add information about RC releases.
* admin/release-process: Document the release process.
* admin/authors.el (authors-ignored-files):
* admin/README: Change FOR-RELEASE to release-process.
* CONTRIBUTE:
* admin/notes/bugtracker: Don't mention FOR-RELEASE.
(cherry picked from commit 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
Diffstat (limited to 'admin/README')
-rw-r--r-- | admin/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/README b/admin/README index 2286e354ac6..b7621ffb62a 100644 --- a/admin/README +++ b/admin/README @@ -12,9 +12,9 @@ what you do when using them. * Instructions and scripts used to prepare an Emacs release. -** FOR-RELEASE +** release-process -Living list of activities that must be completed before the next release. +The release process used by GNU Emacs. ** make-tarball.txt |