docs: add VHS tape for bump command GIF#1878
Merged
bearomorphism merged 2 commits intocommitizen-tools:masterfrom Feb 24, 2026
Merged
docs: add VHS tape for bump command GIF#1878bearomorphism merged 2 commits intocommitizen-tools:masterfrom
bearomorphism merged 2 commits intocommitizen-tools:masterfrom
Conversation
bearomorphism
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Use VHS tape to generate
bump.gifOnce this PR is merged, the existing CI workflow (docspublish.yml) will automatically regenerate
bump.gifon every push to master if the bump command has been changed.Changes
docs/images/bump.tapefor recordingcz bumpdemodocs/images/bump.gifand replace it withdocs/images/cli_interactive/bump.gifdocs/commands/bump.mdgif image path to new locationChecklist
Was generative AI tooling used to co-author this PR?
Gemini 3.0 + Antigravity
Code Changes
uv run poe alllocally to ensure this change passes linter check and testsDocumentation Changes
uv run poe doclocally to ensure the documentation pages renders correctlyExpected Behavior
The
cz bumpdocumentation page displays a VHS-generated GIF that demonstrates:cz version --project→ shows0.0.1cz bump→ prompts for first tag, bumps to0.1.0cz version --project→ shows0.1.0Steps to Test This Pull Request
cd docs/images && vhs bump.tapecli_interactive/bump.gifis generateduv run poe docand check the bump command page