File diff 85d209d130a0 → 8b3c91575b79
docs/releaseprocedures.rst
Show inline comments
 
@@ -233,13 +233,13 @@ 7. Push release to PyPI:
 
   1. Tag the release::
 

	
 
        hg tag "$VERSION"
 

	
 
   2. Push the (tested) built source distribution::
 

	
 
        python setup.py upload
 
        python setup.py sdist upload
 

	
 
8. Clean-up the maintenance branch:
 

	
 
   1. Start a new release notes section in ``docs/releasenotes.rst``::
 

	
 
        sed -i "/^Release Notes$/{N;s/$/\n\n\n${BRANCH}-maint\n-----------/}" docs/releasenotes.rst
 
@@ -295,14 +295,13 @@ 9. Clean-up the default branch if you ha
 
        hg commit -m "$ISSUE: Starting new release notes in default development branch."
 

	
 
10. Wrap-up changes on external services:
 

	
 
    1. Push the changes to upstream repository and its mirror::
 

	
 
         hg push
 
         hg push bitbucket
 
         hg push --new-branch && hg push bitbucket --new-branch
 

	
 
    2. Go to `Read the Docs administrative pages
 
       <https://readthedocs.org/projects/django-conntrackt/>`_, and
 
       add the build for new version, retiring any unsupported
 
       versions along the way.