René's URL Explorer Experiment


Title: fix(changelog): restore cwd-relative resolution for --file-name CLI arg by bearomorphism · Pull Request #1987 · commitizen-tools/commitizen · GitHub

Open Graph Title: fix(changelog): restore cwd-relative resolution for --file-name CLI arg by bearomorphism · Pull Request #1987 · commitizen-tools/commitizen

X Title: fix(changelog): restore cwd-relative resolution for --file-name CLI arg by bearomorphism · Pull Request #1987 · commitizen-tools/commitizen

Description: Description Why Fixes #1411 — relative paths work differently with newer versions. The user reported that after upgrading to v4.6.3, the following command stopped working as expected: # run from a Sphinx docs subdirectory cz -n cz_customize changelog --file-name=changelog/file Before v4.6.3: the file was created at /changelog/file (relative to the directory where cz was invoked — standard CLI behaviour). After v4.6.3: the file is created at /changelog/file (relative to the config file's directory), ignoring cwd. What changed Source Before v4.6.3 After v4.6.3 (broken) After this PR (fixed) --file-name CLI arg relative to cwd relative to config dir ❌ relative to cwd ✅ changelog_file config setting relative to cwd relative to config dir ✅ relative to config dir ✅ PR #1391 (v4.6.3) fixed a real bug — cz bump --changelog from a subdirectory was writing the changelog relative to the subdirectory instead of the project root. However, it applied the config-dir anchor to both sources: the config-file changelog_file setting AND the CLI --file-name argument. This over-correction broke existing setups that relied on --file-name being cwd-relative. How it works commitizen/commands/changelog.py: The __init__ method now distinguishes between the two sources: arguments.get("file_name") (CLI arg) → used as-is, relative to cwd config.settings.get("changelog_file") (config setting) → resolved relative to config.path.parent commitizen/commands/bump.py: When Bump invokes Changelog, it previously always forwarded file_name (even when the value came from config). It now only forwards file_name if it was explicitly provided via CLI (--file-name). Without a forwarded file_name, Changelog falls through to its own config lookup and applies the correct config-dir anchor. Backward compatibility Users who relied on --file-name being resolved relative to cwd: behaviour restored to pre-v4.6.3. Users who relied on changelog_file in config being resolved relative to the config dir: no change, the PR #1391 behaviour is preserved. Users who ran cz bump --changelog without --file-name from a subdirectory: no change, the changelog still goes to the project root (the PR #1391 fix is preserved). Checklist I have read the contributing guidelines Was generative AI tooling used to co-author this PR? Yes (GitHub Copilot CLI) Code Changes Add test cases to all the changes you introduce Run uv run poe all locally to ensure this change passes linter check and tests Manually test the changes: Verify the feature/bug fix works as expected in real-world scenarios Test edge cases and error conditions Ensure backward compatibility is maintained Update the documentation for the changes Expected Behavior cz changelog --file-name=changelog/CHANGES.md run from any working directory should write the changelog to /changelog/CHANGES.md. changelog_file = "CHANGELOG.md" in pyproject.toml should write the changelog to /CHANGELOG.md, regardless of the working directory. Steps to Test This Pull Request # Setup git init /tmp/test-cz && cd /tmp/test-cz git commit --allow-empty -m "feat: initial" cat > pyproject.toml << 'EOF' [tool.commitizen] version = "0.1.0" changelog_file = "CHANGELOG.md" EOF # 1. Verify: cz changelog --file-name from a subdir uses cwd mkdir -p subdir && cd subdir cz changelog --file-name=mychangelog.md --dry-run # Should show changelog content without creating /tmp/test-cz/mychangelog.md # 2. Verify: cz bump --changelog writes to project root even from subdir cd /tmp/test-cz/subdir git commit --allow-empty -m "feat: a feature" cz bump --changelog --dry-run # Changelog should go to /tmp/test-cz/CHANGELOG.md, NOT /tmp/test-cz/subdir/CHANGELOG.md Additional Context Introduced by PR #1391 ("fix: cz bump subdir"), merged 2025-05-07 into v4.6.3 Original issue: #1411

Open Graph Description: Description Why Fixes #1411 — relative paths work differently with newer versions. The user reported that after upgrading to v4.6.3, the following command stopped working as expected: # run from a ...

X Description: Description Why Fixes #1411 — relative paths work differently with newer versions. The user reported that after upgrading to v4.6.3, the following command stopped working as expected: # run from a ...

Opengraph URL: https://github.com/commitizen-tools/commitizen/pull/1987

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e8d8ccba-6b1e-4230-a354-21c959258b72
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE6CE:316DD0:C5507:119C74:6A4DFAC2
html-safe-noncefa692877df36ffab2a3c1412d3dce1ea431a9c5722a10cb390a1e4f9b89428c7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNkNFOjMxNkREMDpDNTUwNzoxMTlDNzQ6NkE0REZBQzIiLCJ2aXNpdG9yX2lkIjoiMzQzNjM5ODA4Njg2MzA1OTY1MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc90305181a62284fb0aaeb512be0c151266337b7ca36388260a356cb2a246bb2
hovercard-subject-tagpull_request:3655074342
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/commitizen-tools/commitizen/pull/1987/files
twitter:imagehttps://avatars.githubusercontent.com/u/26526132?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/26526132?s=400&v=4
og:image:altDescription Why Fixes #1411 — relative paths work differently with newer versions. The user reported that after upgrading to v4.6.3, the following command stopped working as expected: # run from a ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5818716c93c6a2925b815402541a32814e43a7b1261c322b0c2df75224289566
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/commitizen-tools/commitizen git https://github.com/commitizen-tools/commitizen.git
octolytics-dimension-user_id62252524
octolytics-dimension-user_logincommitizen-tools
octolytics-dimension-repository_id106127589
octolytics-dimension-repository_nwocommitizen-tools/commitizen
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id106127589
octolytics-dimension-repository_network_root_nwocommitizen-tools/commitizen
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4314b1df11fa8a565684f3a72dc971e3785da365
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/commitizen-tools/commitizen/pull/1987/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fpull%2F1987%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fpull%2F1987%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=commitizen-tools%2Fcommitizen
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1987/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1987/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1987/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1987/files
commitizen-tools https://github.com/commitizen-tools
commitizenhttps://github.com/commitizen-tools/commitizen
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1987/files
Notifications https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Fork 343 https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Star 3.5k https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Code https://github.com/commitizen-tools/commitizen
Issues 116 https://github.com/commitizen-tools/commitizen/issues
Pull requests 45 https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality 0 https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
Code https://github.com/commitizen-tools/commitizen
Issues https://github.com/commitizen-tools/commitizen/issues
Pull requests https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fcommitizen-tools%2Fcommitizen%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen%2Fissues%2Fnew%2Fchoose
bearomorphismhttps://github.com/bearomorphism
commitizen-tools:masterhttps://github.com/commitizen-tools/commitizen/tree/master
bearomorphism:fix/1411-relative-path-resolutionhttps://github.com/bearomorphism/commitizen/tree/fix/1411-relative-path-resolution
Conversation 6 https://github.com/commitizen-tools/commitizen/pull/1987
Commits 2 https://github.com/commitizen-tools/commitizen/pull/1987/commits
Checks 18 https://github.com/commitizen-tools/commitizen/pull/1987/checks
Files changed https://github.com/commitizen-tools/commitizen/pull/1987/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1987/files
fix(changelog): restore cwd-relative resolution for --file-name CLI arg https://github.com/commitizen-tools/commitizen/pull/1987/files#top
Show all changes 2 commits https://github.com/commitizen-tools/commitizen/pull/1987/files
3f891ed feat: add cz dump-config command to output effective configuration bearomorphism May 9, 2026 https://github.com/commitizen-tools/commitizen/pull/1987/commits/3f891ed1768603576e8c206d67c4d783aa5ecd8b
a7da2ca fix(changelog): restore cwd-relative resolution for --file-name CLI arg bearomorphism May 9, 2026 https://github.com/commitizen-tools/commitizen/pull/1987/commits/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708
Clear filters https://github.com/commitizen-tools/commitizen/pull/1987/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1987/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1987/files
cli.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
__init__.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
bump.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
changelog.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-c6c18b0eef4f3598794a5fa7177ac53dd0cd8eba8f29ed7be7319c6d431f21c1
dump_config.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-7ebaabeb9f2e489ca1a41aaef3ae4421d19ddbcb8e0a66322621265f17634dd7
changelog.md https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-bee3ba551a92137fcbeef9fd1f3f02eec0b959b19e6bece8a18764dc0f50a877
dump_config.md https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-90c7f619fafa6f7b1bfb8874c656edbd4367c34adfa03fcdaf069cb977fc8988
mkdocs.yml https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
test_common_command.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
test_command_shows_description_when_use_help_option_py_3_10_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-c983eaed9fac735a5db400f80ceafe6123a3e5474e2f9df536a873b3f3bd6397
test_command_shows_description_when_use_help_option_py_3_11_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-f6ae6412aac46280ac18caa069b2c49a95ffa3899907838563f1d608629c1b9e
test_command_shows_description_when_use_help_option_py_3_12_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-f98a58703cd3e9a46d0fac05affe4c1503ed346bc25f61f25d64d13b92780566
test_command_shows_description_when_use_help_option_py_3_13_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-1a5f6a52257a1b61dd92fa8ac3425c5d3ddfe0875f67b7ecfa8ed9986be38eeb
test_command_shows_description_when_use_help_option_py_3_14_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-08f26d9fa897cca6ca9e1e7d8ca4e7a1e71401558abb69eacaae6e39bdf8140a
test_dump_config_command.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-da127493cbd9c2873bc7ed64e2433ae492e51e1baa99c88e4cbf5559d865b4eb
test_changelog.py https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-a851993f0fd5a02da3608dd2bde34d3575e429c25ae8c52e2496205ad0492de0
commitizen/cli.pyhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/commitizen/cli.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
commitizen/commands/__init__.pyhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/commitizen/commands/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
commitizen/commands/bump.pyhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/commitizen/commands/bump.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
commitizen/commands/changelog.pyhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-c6c18b0eef4f3598794a5fa7177ac53dd0cd8eba8f29ed7be7319c6d431f21c1
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/commitizen/commands/changelog.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-c6c18b0eef4f3598794a5fa7177ac53dd0cd8eba8f29ed7be7319c6d431f21c1
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-c6c18b0eef4f3598794a5fa7177ac53dd0cd8eba8f29ed7be7319c6d431f21c1
commitizen/commands/dump_config.pyhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-7ebaabeb9f2e489ca1a41aaef3ae4421d19ddbcb8e0a66322621265f17634dd7
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/commitizen/commands/dump_config.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
docs/commands/changelog.mdhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-bee3ba551a92137fcbeef9fd1f3f02eec0b959b19e6bece8a18764dc0f50a877
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/docs/commands/changelog.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-bee3ba551a92137fcbeef9fd1f3f02eec0b959b19e6bece8a18764dc0f50a877
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-bee3ba551a92137fcbeef9fd1f3f02eec0b959b19e6bece8a18764dc0f50a877
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-bee3ba551a92137fcbeef9fd1f3f02eec0b959b19e6bece8a18764dc0f50a877
docs/commands/dump_config.mdhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-90c7f619fafa6f7b1bfb8874c656edbd4367c34adfa03fcdaf069cb977fc8988
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/docs/commands/dump_config.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
mkdocs.ymlhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/mkdocs.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
tests/commands/test_common_command.pyhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/tests/commands/test_common_command.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
https://github.com/commitizen-tools/commitizen/pull/1987/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
...mmon_command/test_command_shows_description_when_use_help_option_py_3_10_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-c983eaed9fac735a5db400f80ceafe6123a3e5474e2f9df536a873b3f3bd6397
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_10_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_11_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-f6ae6412aac46280ac18caa069b2c49a95ffa3899907838563f1d608629c1b9e
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_11_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_12_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-f98a58703cd3e9a46d0fac05affe4c1503ed346bc25f61f25d64d13b92780566
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_12_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_13_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-1a5f6a52257a1b61dd92fa8ac3425c5d3ddfe0875f67b7ecfa8ed9986be38eeb
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_13_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_14_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-08f26d9fa897cca6ca9e1e7d8ca4e7a1e71401558abb69eacaae6e39bdf8140a
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_14_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
tests/commands/test_dump_config_command.pyhttps://github.com/commitizen-tools/commitizen/pull/1987/files#diff-da127493cbd9c2873bc7ed64e2433ae492e51e1baa99c88e4cbf5559d865b4eb
View file https://github.com/commitizen-tools/commitizen/blob/a7da2ca2bb9b2eb3585bd1c34958f36ef5215708/tests/commands/test_dump_config_command.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1987/{{ revealButtonHref }}
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1987/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1987/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.