Skip to content

Commit 097eecc

Browse files
committed
Automated deployment: Sat Nov 21 17:29:29 UTC 2020 f69f1db
1 parent 7e74401 commit 097eecc

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ <h2 id="before-making-a-pull-request">Before making a pull request</h2>
531531
(We use <a href="https://codecov.io/">CodeCov</a> to ensure our test coverage does not drop.)</li>
532532
<li>Use <a href="https://github.com/commitizen-tools/commitizen">commitizen</a> to do git commit.</li>
533533
<li>Run <code>./scripts/format</code> and <code>./scripts/test</code> to ensure you follow the coding style and the tests pass.</li>
534-
<li>Update <code>READMD.md</code> and <code>CHANGELOG.md</code> for your changes.</li>
534+
<li>Update <code>README.md</code> and <code>CHANGELOG.md</code> for your changes.</li>
535535
<li>Send a <a href="https://github.com/commitizen-tools/commitizen/pulls">pull request</a> 🙏</li>
536536
</ol>
537537

customization/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ <h3 id="customize-configuration">Customize configuration</h3>
700700
<td><code>message_template</code></td>
701701
<td><code>str</code></td>
702702
<td><code>None</code></td>
703-
<td>The template for generating message from the given answers. <code>message_template</code> should either follow the <a href="https://docs.python.org/3/library/string.html#template-strings">string.Template</a> or <a href="https://jinja.palletsprojects.com/en/2.10.x/">Jinja2</a> formatting specification, and all the variables in this template should be defined in <code>name</code> in <code>questions</code>. Note that <code>Jinja2</code> is not installed by default. If not installed, commitizen will use <code>string.Template</code> formatting.</td>
703+
<td>The template for generating message from the given answers. <code>message_template</code> should either follow <a href="https://jinja.palletsprojects.com/en/2.10.x/">Jinja2</a> formatting specification, and all the variables in this template should be defined in <code>name</code> in <code>questions</code></td>
704704
</tr>
705705
<tr>
706706
<td><code>example</code></td>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

tutorials/github_actions/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,10 @@ <h3 id="automatic-bumping-of-version">Automatic bumping of version</h3>
555555
<li>In your repository create a new file <code>.github/workflows/bumpversion.yml</code>
556556
with the following content.</li>
557557
</ol>
558+
<div class="admonition warning">
559+
<p class="admonition-title">Warning</p>
560+
<p>If you use <code>GITHUB_TOKEN</code> instead of <code>PERSONAL_ACCESS_TOKEN</code>, the job won't trigger another workflow. It's like using <code>[skip ci]</code> in other CI's.</p>
561+
</div>
558562
<div class="codehilite"><pre><span></span><code><span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">Bump version</span>
559563

560564
<span class="nt">on</span><span class="p">:</span>

0 commit comments

Comments
 (0)