-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Closed
Copy link
Labels
good first issueissue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featuretype: ci/cd
Description
Description
- name: Commit and push updated CLI screenshots |
poetry run python scripts/gen_cli_help_screenshots.py |
Steps to reproduce
poetry run python scripts/gen_cli_help_screenshots.py
- Run git commit and git push
Current behavior
Blocking documentation generation due to
commitizen/.github/workflows/docspublish.yml
Lines 33 to 34 in e9aa5d9
git commit -m "docs(cli/screenshots): update CLI screenshots" -m "[skip ci]" | |
git push |
Desired behavior
If no screenshot is updated, the CI should just skip the committing and pushing steps.
Screenshots
No response
Environment
Commitizen Version: 3.13.0
Python Version: 3.11.6 (main, Oct 16 2023, 12:18:37) [Clang 15.0.0 (clang-1500.0.40.1)]
Operating System: Darwin
Metadata
Metadata
Assignees
Labels
good first issueissue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featuretype: ci/cd