Site updated at 2017-10-07 20:40:14 UTC

This commit is contained in:
Travis CI 2017-10-07 20:40:14 +00:00
parent ef6d3b2ec0
commit fd223e7903
29 changed files with 105 additions and 82 deletions

View file

@ -100,7 +100,7 @@
<ol>
<li>Create a blog post in the release branch 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 a message to documentation.</li>
<li>Create missing documentation as stubs.</li>
<li>Update <code class="highlighter-rouge">config.yml</code> with link to the new release blog post and version number (at the bottom of the file).</li>
<li>Update <code class="highlighter-rouge">_config.yml</code> with link to the new release blog post and version number (at the bottom of the file).</li>
<li>Merge <code class="highlighter-rouge">current</code> into release branch (<code class="highlighter-rouge">$ git checkout release-0-40 &amp;&amp; git merge current</code>) to make the PR mergeable.</li>
<li>Merge pull request (blog post, updated frontpage, and all new documentation) to <code class="highlighter-rouge">current</code>. DO NOT SQUASH!</li>
<li>Run <code class="highlighter-rouge">credits_generator</code>.</li>