-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Use the commitizen scm version provider #2892
base: main
Are you sure you want to change the base?
chore: Use the commitizen scm version provider #2892
Conversation
Reviewer's Guide by SourceryThis pull request configures Commitizen to use the SCM version provider instead of a hardcoded version. This change allows Commitizen to automatically determine the current version from the SCM (e.g., Git) repository. Class diagram for Commitizen configurationclassDiagram
class CommitizenConfig {
-name: str
-version_provider: str
-changelog_merge_prerelease: bool
-prerelease_offset: int
-tag_format: str
}
note for CommitizenConfig "Version provider changed from hardcoded version to SCM."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2892 +/- ##
=======================================
Coverage 91.33% 91.33%
=======================================
Files 62 62
Lines 5207 5207
Branches 675 675
=======================================
Hits 4756 4756
Misses 319 319
Partials 132 132 ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #2892 will not alter performanceComparing Summary
|
Summary by Sourcery
Chores:
📚 Documentation preview 📚: https://meltano-sdk--2892.org.readthedocs.build/en/2892/