r46931 - Merge release-process-4543: Move the release process docs into the source tree
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Sun Mar 6 22:49:33 2016
New Revision: 46931
Added:
trunk/docs/core/development/policy/release-process.rst
trunk/twisted/topfiles/4543.misc
Modified:
trunk/docs/core/development/policy/index.rst
Log:
Merge release-process-4543: Move the release process docs into the source tree
Author: hawkowl
Reviewer: adiroiban
Fixes: #4543
Modified: trunk/docs/core/development/policy/index.rst
==============================================================================
--- trunk/docs/core/development/policy/index.rst (original)
+++ trunk/docs/core/development/policy/index.rst Sun Mar 6 22:49:33 2016
@@ -13,11 +13,12 @@
writing-standard
test-standard
svn-dev
+ release-process
-This series of documents is designed for people who wish to contribute to the
-Twisted codebase.
+This series of documents is designed for people who wish to contribute to the Twisted codebase.
- :doc:`Coding standard <coding-standard>`
- :doc:`Documentation writing standard <writing-standard>`
- :doc:`Testing standard <test-standard>`
- :doc:`Working from Twisted's Subversion repository <svn-dev>`
+- :doc:`Releasing Twisted <release-process>`