Skip to content

Commit 721e65d

Browse files
committed
Deploying to gh-pages from @ 7205f24 🚀
1 parent 3deed34 commit 721e65d

File tree

11 files changed

+281
-54
lines changed

11 files changed

+281
-54
lines changed

commands/commit/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ <h1>commit</h1>
22582258
<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h2>
22592259
<p><img alt="cz commit --help" src="../../images/cli_help/cz_commit___help.svg" /></p>
22602260
<h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
2261-
<p><img alt="Using Commitizen cli" src="../../images/demo.gif" /></p>
2261+
<p><img alt="Using Commitizen cli" src="../../images/cli_interactive/commit.gif" /></p>
22622262
<p>The <code>commit</code> command provides an interactive way to create structured commits. Use either:</p>
22632263
<ul>
22642264
<li><code>cz commit</code></li>
@@ -2322,7 +2322,7 @@ <h2 id="technical-notes">Technical Notes<a class="headerlink" href="#technical-n
23222322
<span class="md-icon" title="Last update">
23232323
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
23242324
</span>
2325-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="November 19, 2025 09:12:08 UTC">November 19, 2025</span>
2325+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="February 14, 2026 17:44:04 UTC">February 14, 2026</span>
23262326
</span>
23272327

23282328

commands/init/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ <h2 id="command">Command<a class="headerlink" href="#command" title="Permanent l
21732173
</code></pre></div>
21742174
<h2 id="interactive-configuration">Interactive Configuration<a class="headerlink" href="#interactive-configuration" title="Permanent link">&para;</a></h2>
21752175
<p>When you run <code>cz init</code>, Commitizen will guide you through an interactive setup process:</p>
2176-
<p><img alt="init" src="../../images/init.gif" /></p>
2176+
<p><img alt="init" src="../../images/cli_interactive/init.gif" /></p>
21772177
<h2 id="configuration-file">Configuration File<a class="headerlink" href="#configuration-file" title="Permanent link">&para;</a></h2>
21782178
<p>The initialization process will create a configuration file in your project root.</p>
21792179
<p>See <a href="../../config/configuration_file/">Configuration File</a> for more details.</p>
@@ -2237,7 +2237,7 @@ <h2 id="next-steps">Next Steps<a class="headerlink" href="#next-steps" title="Pe
22372237
<span class="md-icon" title="Last update">
22382238
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
22392239
</span>
2240-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="November 19, 2025 09:12:08 UTC">November 19, 2025</span>
2240+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="February 14, 2026 17:44:04 UTC">February 14, 2026</span>
22412241
</span>
22422242

22432243

images/cli_interactive/commit.gif

187 KB
Loading

images/cli_interactive/init.gif

227 KB
Loading

images/commit.tape

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
Output cli_interactive/commit.gif
2+
3+
Require cz
4+
5+
# Use bash for cross-platform compatibility (macOS, Linux, Windows)
6+
Set Shell bash
7+
8+
Set FontSize 16
9+
Set Width 878
10+
Set Height 568
11+
Set Padding 20
12+
Set TypingSpeed 50ms
13+
14+
Set Theme {
15+
"name": "Commitizen",
16+
"black": "#232628",
17+
"red": "#fc4384",
18+
"green": "#b3e33b",
19+
"yellow": "#ffa727",
20+
"blue": "#75dff2",
21+
"magenta": "#ae89fe",
22+
"cyan": "#708387",
23+
"white": "#d5d5d0",
24+
"brightBlack": "#626566",
25+
"brightRed": "#ff7fac",
26+
"brightGreen": "#c8ed71",
27+
"brightYellow": "#ebdf86",
28+
"brightBlue": "#75dff2",
29+
"brightMagenta": "#ae89fe",
30+
"brightCyan": "#b1c6ca",
31+
"brightWhite": "#f9f9f4",
32+
"background": "#1e1e2e",
33+
"foreground": "#afafaf",
34+
"cursor": "#c7c7c7"
35+
}
36+
37+
# Hide initial shell prompt
38+
Hide
39+
40+
# Wait for terminal to be ready
41+
Sleep 1s
42+
43+
# Set a clean, simple prompt (while hidden)
44+
Type "PS1='$ '"
45+
Enter
46+
Sleep 300ms
47+
48+
# Create a clean temporary directory for recording
49+
Type "rm -rf /tmp/commitizen-demo && mkdir -p /tmp/commitizen-demo && cd /tmp/commitizen-demo"
50+
Enter
51+
Sleep 500ms
52+
53+
# Initialize git repository
54+
Type "git init"
55+
Enter
56+
Sleep 500ms
57+
58+
Type "git checkout -b awesome-feature"
59+
Enter
60+
Sleep 500ms
61+
62+
# Create a dummy file to commit
63+
Type "echo 'test content' > example.py"
64+
Enter
65+
Sleep 300ms
66+
67+
Type "git add example.py"
68+
Enter
69+
Sleep 300ms
70+
71+
# Clear the screen to start fresh
72+
Type "clear"
73+
Enter
74+
Sleep 500ms
75+
76+
# Show commands from here
77+
Show
78+
79+
# Now run cz commit
80+
Type "cz commit"
81+
Sleep 500ms
82+
Enter
83+
84+
# Wait for first prompt to appear
85+
Sleep 1s
86+
87+
# Question 1: Select the type of change (move down to "feat")
88+
Down
89+
Sleep 500ms
90+
Enter
91+
Sleep 1s
92+
93+
# Question 2: Scope (optional, skip)
94+
Enter
95+
Sleep 1s
96+
97+
# Question 3: Subject
98+
Type "awesome new feature"
99+
Sleep 500ms
100+
Enter
101+
Sleep 1s
102+
103+
# Question 4: Is this a BREAKING CHANGE? (No)
104+
Enter
105+
Sleep 1s
106+
107+
# Question 5: Body (optional, skip)
108+
Enter
109+
Sleep 1s
110+
111+
# Question 6: Footer (optional, skip)
112+
Enter
113+
Sleep 1s
114+
115+
# Wait for commit success message
116+
Sleep 2s

images/demo.gif

-130 KB
Binary file not shown.

images/init.gif

-131 KB
Binary file not shown.

images/init.tape

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
Output cli_interactive/init.gif
2+
3+
Require cz
4+
5+
# Use bash for cross-platform compatibility (macOS, Linux, Windows)
6+
Set Shell bash
7+
8+
Set FontSize 16
9+
Set Width 878
10+
Set Height 568
11+
Set Padding 20
12+
Set TypingSpeed 50ms
13+
14+
Set Theme {
15+
"name": "Commitizen",
16+
"black": "#232628",
17+
"red": "#fc4384",
18+
"green": "#b3e33b",
19+
"yellow": "#ffa727",
20+
"blue": "#75dff2",
21+
"magenta": "#ae89fe",
22+
"cyan": "#708387",
23+
"white": "#d5d5d0",
24+
"brightBlack": "#626566",
25+
"brightRed": "#ff7fac",
26+
"brightGreen": "#c8ed71",
27+
"brightYellow": "#ebdf86",
28+
"brightBlue": "#75dff2",
29+
"brightMagenta": "#ae89fe",
30+
"brightCyan": "#b1c6ca",
31+
"brightWhite": "#f9f9f4",
32+
"background": "#1e1e2e",
33+
"foreground": "#afafaf",
34+
"cursor": "#c7c7c7"
35+
}
36+
37+
# Hide initial shell prompt
38+
Hide
39+
40+
# Wait for terminal to be ready
41+
Sleep 1s
42+
43+
# Set a clean, simple prompt
44+
Type "PS1='$ '"
45+
Enter
46+
Sleep 300ms
47+
48+
49+
# Create a clean temporary directory for recording
50+
Type "rm -rf /tmp/commitizen-example && mkdir -p /tmp/commitizen-example && cd /tmp/commitizen-example"
51+
Enter
52+
Sleep 500ms
53+
54+
# Clear the screen to start fresh
55+
Type "clear"
56+
Enter
57+
Sleep 500ms
58+
59+
# Show commands from here
60+
Show
61+
62+
# Now run cz init in the clean environment
63+
Type "cz init"
64+
Sleep 500ms
65+
Enter
66+
67+
# Wait for welcome message and first prompt
68+
Sleep 500ms
69+
Sleep 1s
70+
# Question 1: Please choose a supported config file
71+
# Default is .cz.toml, just press Enter
72+
Enter
73+
Sleep 1s
74+
75+
# Question 2: Please choose a cz (commit rule)
76+
# Default is cz_conventional_commits, just press Enter
77+
Enter
78+
Sleep 1s
79+
80+
# Question 3: Choose the source of the version
81+
# Default is "commitizen: Fetch and set version in commitizen config, just press Enter"
82+
Enter
83+
Sleep 1s
84+
85+
# Question 4: Choose version scheme
86+
# Default is semver, just press Enter
87+
Enter
88+
Sleep 1s
89+
90+
# Question 5: Please enter the correct version format
91+
# Default is "$version", just press Enter
92+
Enter
93+
Sleep 1s
94+
95+
# Question 6: Create changelog automatically on bump
96+
# Default is Yes, just press Enter
97+
Enter
98+
Sleep 1s
99+
100+
# Question 7: Keep major version zero (0.x) during breaking changes
101+
# Default is Yes, just press Enter
102+
Enter
103+
Sleep 1s
104+
105+
# Question 8: What types of pre-commit hook you want to install?
106+
# Default is [commit-msg], just press Enter to accept
107+
Enter
108+
Sleep 1s
109+
110+
# Wait for completion message
111+
Sleep 3s

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@ <h1>Introduction</h1>
27732773
<a href="https://formulae.brew.sh/formula/commitizen"><img alt="homebrew" src="https://img.shields.io/homebrew/v/commitizen?color=teal&amp;style=flat-square" /></a>
27742774
<a href="https://codecov.io/gh/commitizen-tools/commitizen"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/commitizen-tools/commitizen.svg?style=flat-square" /></a>
27752775
<a href="https://github.com/j178/prek"><img alt="prek" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json&amp;style=flat-square&amp;color=brightgreen" /></a></p>
2776-
<p><img alt="Using Commitizen cli" src="images/demo.gif" /></p>
2776+
<p><img alt="Using Commitizen cli" src="images/cli_interactive/commit.gif" /></p>
27772777
<hr />
27782778
<p><a href="https://commitizen-tools.github.io/commitizen/"><strong>Commitizen Documentation Site</strong></a></p>
27792779
<hr />
@@ -3060,7 +3060,7 @@ <h2 id="sponsors">Sponsors<a class="headerlink" href="#sponsors" title="Permanen
30603060
<span class="md-icon" title="Last update">
30613061
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
30623062
</span>
3063-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="January 31, 2026 04:01:14 UTC">January 31, 2026</span>
3063+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="February 14, 2026 17:44:04 UTC">February 14, 2026</span>
30643064
</span>
30653065

30663066

0 commit comments

Comments
 (0)