You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2200,7 +2200,7 @@ <h2 id="why-does-commitizen-not-support-calver">Why does Commitizen not support
2200
2200
<li><ahref="https://stripe.com/blog/api-versioning">API Versioning from Stripe</a></li>
2201
2201
<li><ahref="https://github.com/pypa/pip/issues/5645#issuecomment-407192448">Discussion about pip's use of CalVer</a></li>
2202
2202
<li><ahref="https://code.erpenbeck.io/git/2021/12/16/git-version-numbering/">Git Version Numbering</a></li>
2203
-
<li><ahref="https://mikestaszel.com/2021/04/03/semver-vs-calver-and-why-i-use-both/">SemVer vs. CalVer and Why I Use Both</a> (but not at the same time)</li>
2203
+
<li><ahref="https://mikestaszel.com/post/semver-vs-calver-and-why-i-use-both/">SemVer vs. CalVer and Why I Use Both</a> (but not at the same time)</li>
2204
2204
<li><ahref="https://hynek.me/articles/semver-will-not-save-you/">Semver Will Not Save You</a></li>
2205
2205
<li><ahref="https://snarky.ca/why-i-dont-like-semver/">Why I Don't Like SemVer</a></li>
<p>Notice that we are using poetry, and we are calling a bash script in <code>./scripts/publish</code>. You should configure the action, and publish with your tools (twine, poetry, etc.). Check <ahref="https://github.com/commitizen-tools/commitizen/blob/master/scripts/publish">Commitizen example</a>
2107
-
You can also use <ahref="https://github.com/pypa/gh-action-pypi-publish">pypa/gh-action-pypi-publish</a> to publish your package.</p>
2105
+
<p>Notice that we are using poetry to publishthe package.</p>
2106
+
<p>You can also use <ahref="https://github.com/pypa/gh-action-pypi-publish">pypa/gh-action-pypi-publish</a> to publish your package.</p>
<p>You may think this is trivial, but it's not. It's important for the reader to
2004
2004
understand what happened.</p>
2005
-
<p>Emojis may be added as well (e.g., see <ahref="https://commitizen-tools.github.io/commitizen/third-party-commitizen/#cz-emoji">cz-emoji</a>), which requires the <code>utf-8</code>, or equivalent, character encoding to support unicode characters. By default, <code>commitizen</code> uses the <code>utf-8</code> character encoding, but a different encoding may be set through the <code>encoding</code><ahref="../../config/commit/#encoding">configuration option</a>.</p>
2005
+
<p>Emojis may be added as well (e.g., see <ahref="https://commitizen-tools.github.io/commitizen/third-party-plugins/cz-emoji/">cz-emoji</a>), which requires the <code>utf-8</code>, or equivalent, character encoding to support unicode characters. By default, <code>commitizen</code> uses the <code>utf-8</code> character encoding, but a different encoding may be set through the <code>encoding</code><ahref="../../config/commit/#encoding">configuration option</a>.</p>
0 commit comments