Site updated at 2016-08-26 10:14:03 UTC
This commit is contained in:
parent
77a224dd00
commit
65cfe2b27c
23 changed files with 40 additions and 40 deletions
|
@ -108,9 +108,9 @@
|
|||
<li>Create a blog post in <code class="highlighter-rouge">next</code> and base it on the text of the PR in the main repository. 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 in <code class="highlighter-rouge">next</code>.</li>
|
||||
<li>Update the link on the frontpage (<code class="highlighter-rouge">source/index.html</code>) to link to the new release blog post and version number.</li>
|
||||
<li>Create a pull request from <code class="highlighter-rouge">next</code> to <code class="highlighter-rouge">master</code> with the upcoming release number as title.</li>
|
||||
<li>Merge <code class="highlighter-rouge">master</code> into <code class="highlighter-rouge">next</code> (<code class="highlighter-rouge">$ git checkout next && git merge master</code>) to make the PR mergable.</li>
|
||||
<li>Merge pull request (blog post, updated frontpage, and all new documentation) to <code class="highlighter-rouge">master</code>.</li>
|
||||
<li>Create a pull request from <code class="highlighter-rouge">next</code> to <code class="highlighter-rouge">current</code> with the upcoming release number as title.</li>
|
||||
<li>Merge <code class="highlighter-rouge">current</code> into <code class="highlighter-rouge">next</code> (<code class="highlighter-rouge">$ git checkout next && git merge master</code>) to make the PR mergable.</li>
|
||||
<li>Merge pull request (blog post, updated frontpage, and all new documentation) to <code class="highlighter-rouge">current</code>.</li>
|
||||
</ol>
|
||||
|
||||
<h3><a class="title-link" name="python-package-index" href="#python-package-index"></a> Python Package Index</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue