Site updated at 2016-07-13 17:38:04 UTC

This commit is contained in:
Travis CI 2016-07-13 17:38:05 +00:00
parent 46cf26fb58
commit cb2423bee0
21 changed files with 27 additions and 44 deletions

View file

@ -105,9 +105,10 @@
<ol>
<li>Create a blog post and base it on the PR text. Add images, additional text, links, etc. if it adds value. Tag each platform/component in message to documentation.</li>
<li>Create missing documentation as stumbs.</li>
<li>Create a pull request from <code>next</code> to <code>master</code> with the upcoming release number as title.</li>
<li>Merge <code>master</code> into <code>next</code> (<code>git checkout next &amp;&amp; git merge master</code>) to make the PR mergable.</li>
<li>Update the link on the frontpage (<code>source/index.html</code>) to link to the new release blog post and version number.</li>
<li>Merge blog post and updated frontpage to <code>master</code> (<code>git merge next</code>).</li>
<li>Change to <code>next</code> and merge with <code>master</code> (<code>git checkout next &amp;&amp; git merge master</code>) to keep in sync.</li>
</ol>
<h3><a class="title-link" name="python-package-index" href="#python-package-index"></a> Python Package Index</h3>