| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #1924 +/- ##
=======================================
Coverage 97.99% 97.99%
=======================================
Files 60 60
Lines 2689 2691 +2
=======================================
+ Hits 2635 2637 +2
Misses 54 54 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR updates Commitizen’s documentation structure/readability (addressing broken docs discoverability) and adjusts default versioning guidance/behavior toward semver2 for non-Python projects, alongside CI workflow modernization for bump/release automation.
Changes:
Copilot reviewed 14 out of 15 changed files in this pull request and generated 9 comments.
Show a summary per file| File | Description |
|---|---|
| tests/test_project_info.py | Updates expectations for default version_scheme to semver2. |
| tests/commands/test_bump_command.py | Formatting-only change to parametrized test ids lambda. |
| pyproject.toml | Updates metadata/deps and build settings; adjusts Commitizen tool config. |
| mkdocs.yml | Reorders configuration nav to improve discoverability. |
| docs/tutorials/github_actions.md | Adds a tip pointing to setup-cz. |
| docs/config/version_provider.md | Spacing/readability tweaks around configuration examples. |
| docs/config/option.md | Renames “Misc” to “General” and expands option descriptions. |
| docs/config/bump.md | Adds version_provider/version_scheme sections and details. |
| docs/commands/changelog.md | Improves option docs with config-file examples and wording. |
| docs/commands/bump.md | Relocates/rewrites --version-scheme docs and examples. |
| commitizen/project_info.py | Defaults non-Python projects to semver2. |
| commitizen/exceptions.py | Adds type annotations for exception attributes. |
| .github/workflows/pythonpublish.yml | Adds workflow_dispatch input and checks out specified ref. |
| .github/workflows/bumpversion.yml | Replaces action-based bump/release with explicit cz + gh steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
There was a problem hiding this comment.
a few question and comments. some suggestion from copilot seems to be correct
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Checklist
Was generative AI tooling used to co-author this PR?
NO
Code Changes
Documentation Changes
Expected Behavior
Steps to Test This Pull Request
For the init:
Additional Context