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 /CONTRIBUTE | |
parent | 20b043f97cdbde072b04469bd8f56b57301be34b (diff) |
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 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 8c87df8941..0bce3fa0c2 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -144,10 +144,10 @@ messages: "2014-01-16T05:43:35Z!esr@thyrsus.com". Often, "my previous commit" will suffice. -- There is no need to mention files such as NEWS, MAINTAINERS, and - FOR-RELEASE, or to indicate regeneration of files such as - 'configure', in the ChangeLog entry. "There is no need" means you - don't have to, but you can if you want to. +- There is no need to mention files such as NEWS and MAINTAINERS, or + to indicate regeneration of files such as 'configure', in the + ChangeLog entry. "There is no need" means you don't have to, but + you can if you want to. ** Generating ChangeLog entries |