Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 45e4439

Browse files
deploy: a3682d5
1 parent bb3b337 commit 45e4439

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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/monorepo_guidance/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,10 @@ <h3 id="example-with-scope-in-conventional-commits">Example with scope in conven
11091109
This way, only relevant commits will be included in the appropriate change log for a given component, and any other commit will be ignored.</p>
11101110
<p>Example config and commit for <code>library-b</code>:</p>
11111111
<div class="highlight"><pre><span></span><code><span class="k">[tool.commitizen.customize]</span>
1112-
<span class="n">changelog_pattern</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">&quot;^(feat|fix)</span><span class="se">\\</span><span class="s2">(library-b</span><span class="se">\\</span><span class="s2">)(!)?:&quot;</span><span class="w"> </span><span class="c1">#the pattern on types can be a wild card or any types you wish to include</span>
1112+
<span class="n">changelog_pattern</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">&quot;^(feat|fix)</span><span class="se">\(</span><span class="s2">library-b</span><span class="se">\)</span><span class="s2">(!)?:&quot;</span><span class="w"> </span><span class="c1">#the pattern on types can be a wild card or any types you wish to include</span>
11131113
</code></pre></div>
11141114
<p>A commit message looking like this, would be included:</p>
1115-
<div class="highlight"><pre><span></span><code>fix:(library-b) Some awesome message
1115+
<div class="highlight"><pre><span></span><code>fix(library-b): Some awesome message
11161116
</code></pre></div>
11171117

11181118

0 commit comments

Comments
 (0)