docs: add VHS tape for bump command GIF by HankyStyle · Pull Request #1878 · commitizen-tools/commitizen
Description
Use VHS tape to generate bump.gif
Once this PR is merged, the existing CI workflow (docspublish.yml) will automatically regenerate bump.gif on every push to master if the bump command has been changed.
Changes
- Add
docs/images/bump.tapefor recordingcz bumpdemo - Remove
docs/images/bump.gifand replace it withdocs/images/cli_interactive/bump.gif - Update
docs/commands/bump.mdgif image path to new location
Checklist
- I have read the contributing guidelines
Was generative AI tooling used to co-author this PR?
- Yes
Gemini 3.0 + Antigravity
Code Changes
- Run
uv run poe alllocally to ensure this change passes linter check and tests - Update the documentation for the changes
Documentation Changes
- Run
uv run poe doclocally to ensure the documentation pages renders correctly
- Check and fix any broken links (internal or external)
Expected Behavior
The cz bump documentation 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.0
Steps to Test This Pull Request
- Run
cd docs/images && vhs bump.tape - Verify
cli_interactive/bump.gifis generated - Run
uv run poe docand check the bump command page
