Changeset - 8b3c91575b79
[Not reviewed]
default
0 2 0
Branko Majic (branko) - 6 years ago 2017-12-20 14:57:06
branko@majic.rs
Noticket: Fixed a couple of instructions for the release procedure.
2 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/releasenotes.rst
Show inline comments
 
@@ -12,12 +12,17 @@ Release Notes
 
=============
 

	
 

	
 
dev
 
---
 

	
 
Bug-fixes:
 

	
 
* Fixed minor issues in the release procedure documentation.
 
  [NO TICKET]
 

	
 

	
 
0.3.0
 
-----
 

	
 
Breaking changes:
 

	
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.
 

	
0 comments (0 inline, 0 general)