René's URL Explorer Experiment


Title: feat(bump): add --merge-prerelease flag by bearomorphism · Pull Request #1968 · commitizen-tools/commitizen · GitHub

Open Graph Title: feat(bump): add --merge-prerelease flag by bearomorphism · Pull Request #1968 · commitizen-tools/commitizen

X Title: feat(bump): add --merge-prerelease flag by bearomorphism · Pull Request #1968 · commitizen-tools/commitizen

Description: Description Closes #1934. Why cz changelog already exposes a --merge-prerelease flag that overrides the changelog_merge_prerelease config setting for a single invocation. The same flag is missing on cz bump, even though cz bump --changelog runs the same changelog generator under the hood. Users who want prerelease entries to live as separate sections in their changelog by default, but be merged into the release entry on the actual release bump, currently have to either edit pyproject.toml for one bump and revert it, or run cz bump followed by a separate cz changelog --merge-prerelease. The original issue calls for parity: It would be great to enable/disable changelog_merge_prerelease when calling cz bump in combination with update_changelog_on_bump = true/--changelog. What changed File Change commitizen/cli.py New --merge-prerelease argument under the bump subcommand (mirrors the one under changelog). commitizen/commands/bump.py BumpArgs gains merge_prerelease: bool | None; Bump.__call__ forwards it into changelog_args only when explicitly set. docs/commands/bump.md New ### --merge-prerelease section. tests/commands/test_bump_command.py New parameterised test_changelog_cli_flag_merge_prerelease[rc|alpha|beta] that exercises the flag without setting the config. tests/commands/test_bump_command/test_changelog_cli_flag_merge_prerelease_*.md Three regression fixtures (one per prerelease variant). tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_*_bump_.txt Regenerated cz bump --help snapshots (one per supported Python). How it works The argparse argument uses action="store_true", default=None. The None default is intentional: it lets Bump.__call__ distinguish "user did not pass the flag" from "user passed --no-merge-prerelease-equivalent" without a separate negation flag. When the flag is absent the embedded Changelog invocation falls back to self.config.settings["changelog_merge_prerelease"] exactly as before — no behaviour change. In Bump.__call__, merge_prerelease is injected into changelog_args only when is not None. Because Changelog.__init__ evaluates arguments.get("merge_prerelease") or self.config.settings["changelog_merge_prerelease"], omitting the key from changelog_args correctly preserves the legacy behaviour. Both code paths in Bump.__call__ that construct a Changelog (the changelog_to_stdout path and the regular file path) receive the changelog_args dict, so the new flag is effective in both modes. The flag has no effect unless cz bump actually generates a changelog (--changelog, --changelog-to-stdout, or update_changelog_on_bump = true); a no-op flag without --changelog matches cz changelog's behaviour and avoids surprises. Backward compatibility All existing config combinations behave identically when the flag is absent. BumpArgs.merge_prerelease: bool | None is additive on a total=False TypedDict. The full pre-existing bump test suite (134 non-GPG tests) and cz bump --help snapshot tests pass unchanged after regeneration. Checklist I have read the contributing guidelines Was generative AI tooling used to co-author this PR? Yes (please specify the tool below) Generated-by: Claude following the guidelines 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 (poe lint clean; 134 non-GPG bump tests + 14 common-command help-text tests pass; the 4 GPG-signing test errors on Windows are pre-existing and unrelated to this change) Manually test the changes (see "Steps to Test" below for the exact commands) Update the documentation for the changes Documentation Changes Added a ### --merge-prerelease section to docs/commands/bump.md Help-text snapshots regenerated via uv run poe test:regen Run uv run poe doc locally to ensure the documentation pages render correctly Check and fix any broken links (internal or external) Expected Behavior Scenario Outcome cz bump --changelog (no flag, changelog_merge_prerelease = false — default) Prereleases keep their own sections in the changelog (legacy behaviour). cz bump --changelog --merge-prerelease Prereleases between previous and new non-prerelease are collapsed into the new entry. cz bump --changelog with changelog_merge_prerelease = true in config Prereleases are merged (legacy behaviour). cz bump --merge-prerelease (no --changelog, no update_changelog_on_bump) Flag is a no-op; no changelog is generated. cz bump --changelog-to-stdout --merge-prerelease Stdout changelog also has prereleases merged. Steps to Test This Pull Request git fetch fork feat/1934-bump-merge-prerelease-flag git checkout fork/feat/1934-bump-merge-prerelease-flag # 1. Targeted regression test (3 new + 6 pre-existing parametrised cases). uv run pytest tests/commands/test_bump_command.py -k merge_prerelease -v # expected: 9 passed # 2. Full bump-command suite (sanity check that nothing else broke). uv run pytest tests/commands/test_bump_command.py -k 'not signed' -q # expected: 134 passed (GPG-signing tests are excluded on Windows) # 3. Help snapshots updated correctly. uv run pytest tests/commands/test_common_command.py -q # expected: 14 passed # 4. End-to-end smoke (optional, requires a temp git repo): mkdir -p /tmp/cz-1968 && cd /tmp/cz-1968 && git init -q echo '[tool.commitizen]\nname = "cz_conventional_commits"\nversion = "0.1.0"\nupdate_changelog_on_bump = true\ntag_format = "v$version"' > pyproject.toml git add . && git -c user.email=a@b -c user.name=t commit -qm "feat: a" uv run cz bump --yes -pr alpha # -> v0.2.0a0 git -c user.email=a@b -c user.name=t commit --allow-empty -qm "fix: b" uv run cz bump --yes --changelog --merge-prerelease # collapses 0.2.0a0 entry cat CHANGELOG.md # 0.2.0 should contain both feat:a and fix:b under it Additional Context Surfaced while triaging open issues in #1965. Reviewed by an internal claude-sonnet-4.6 code-review pass and by GitHub Copilot; both reported no findings.

Open Graph Description: Description Closes #1934. Why cz changelog already exposes a --merge-prerelease flag that overrides the changelog_merge_prerelease config setting for a single invocation. The same flag is missing o...

X Description: Description Closes #1934. Why cz changelog already exposes a --merge-prerelease flag that overrides the changelog_merge_prerelease config setting for a single invocation. The same flag is missing o...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:012b1c6b-8d03-cd94-1546-cf5a1c90d75d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id92EE:34ED9:8B0B8:C6EA6:6A4DFA2E
html-safe-nonce4c46385754af820c9f411c412b033d607a9b583f201b23c5eef62f33fb7140e5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MkVFOjM0RUQ5OjhCMEI4OkM2RUE2OjZBNERGQTJFIiwidmlzaXRvcl9pZCI6IjkwMjI2MTU0MDU5NzgzMTk0MDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacc28e894eda6adb15f752712bb7c7f270211b7473aed897aa00637bcb70859701
hovercard-subject-tagpull_request:3654684045
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/1968/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 Closes #1934. Why cz changelog already exposes a --merge-prerelease flag that overrides the changelog_merge_prerelease config setting for a single invocation. The same flag is missing o...
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/1968/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fpull%2F1968%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%2F1968%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/1968/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1968/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1968/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1968/files
commitizen-tools https://github.com/commitizen-tools
commitizenhttps://github.com/commitizen-tools/commitizen
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1968/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:feat/1934-bump-merge-prerelease-flaghttps://github.com/bearomorphism/commitizen/tree/feat/1934-bump-merge-prerelease-flag
Conversation 3 https://github.com/commitizen-tools/commitizen/pull/1968
Commits 1 https://github.com/commitizen-tools/commitizen/pull/1968/commits
Checks 20 https://github.com/commitizen-tools/commitizen/pull/1968/checks
Files changed https://github.com/commitizen-tools/commitizen/pull/1968/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1968/files
feat(bump): add --merge-prerelease flag https://github.com/commitizen-tools/commitizen/pull/1968/files#top
Show all changes 1 commit https://github.com/commitizen-tools/commitizen/pull/1968/files
e87930c feat(bump): add `--merge-prerelease` flag bearomorphism May 9, 2026 https://github.com/commitizen-tools/commitizen/pull/1968/commits/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a
Clear filters https://github.com/commitizen-tools/commitizen/pull/1968/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1968/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1968/files
cli.py https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
bump.py https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
bump.md https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-d20ac9669504c710625493e13c40b6157324352fabb35f9105c006d16bec4c59
test_bump_command.py https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-8b7a896f7aaf12467a53ab731ce9f5e167dc3afe6e88e06e7700f1a7e9e92831
test_changelog_cli_flag_merge_prerelease_alpha_.md https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-bf4ed200bc0699390c18d7e547ed5e5458788a2022d7460a57f99343bfd9a7df
test_changelog_cli_flag_merge_prerelease_beta_.md https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-7edbf44c96280970280bae700d3a0fd71ce450a91e969ba3a9e197ad8c8a5ed8
test_changelog_cli_flag_merge_prerelease_rc_.md https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-cc864623525bd59ac9ffe6fb0f7d675b99625bbc9361553f19873bcae8d66fa8
test_command_shows_description_when_use_help_option_py_3_10_bump_.txt https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-b2468d5eb81ae875e893d162472bdb00a791e2a4ca8ddc5e081c83c3444fed47
test_command_shows_description_when_use_help_option_py_3_11_bump_.txt https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-e7d9b776b00421b3a906b54fafbd16ff23f9143a178b5553c5aaf08106c39e18
test_command_shows_description_when_use_help_option_py_3_12_bump_.txt https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-76473cffabc36de064ed8c86f6358b74ef9db6b421ba962b0b1086d92d7fef97
test_command_shows_description_when_use_help_option_py_3_13_bump_.txt https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-707f232384f3601696c46f782a53ffb32a36471ca170fa57c1a02d4a3170e18c
test_command_shows_description_when_use_help_option_py_3_14_bump_.txt https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-072c8a9396a7ede1a91fae964b32aa1c2a0b05d7d0b7a26c7cd5f803d6dc9938
commitizen/cli.pyhttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/commitizen/cli.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
commitizen/commands/bump.pyhttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/commitizen/commands/bump.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-920733205b591ccb6aded23a60aba1c20600036d38b5c224e27da47cf09ffb60
docs/commands/bump.mdhttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-d20ac9669504c710625493e13c40b6157324352fabb35f9105c006d16bec4c59
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/docs/commands/bump.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-d20ac9669504c710625493e13c40b6157324352fabb35f9105c006d16bec4c59
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-d20ac9669504c710625493e13c40b6157324352fabb35f9105c006d16bec4c59
tests/commands/test_bump_command.pyhttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-8b7a896f7aaf12467a53ab731ce9f5e167dc3afe6e88e06e7700f1a7e9e92831
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_bump_command.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-8b7a896f7aaf12467a53ab731ce9f5e167dc3afe6e88e06e7700f1a7e9e92831
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-8b7a896f7aaf12467a53ab731ce9f5e167dc3afe6e88e06e7700f1a7e9e92831
...s/commands/test_bump_command/test_changelog_cli_flag_merge_prerelease_alpha_.mdhttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-bf4ed200bc0699390c18d7e547ed5e5458788a2022d7460a57f99343bfd9a7df
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_bump_command/test_changelog_cli_flag_merge_prerelease_alpha_.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
tests/commands/test_bump_command/test_changelog_cli_flag_merge_prerelease_beta_.mdhttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-7edbf44c96280970280bae700d3a0fd71ce450a91e969ba3a9e197ad8c8a5ed8
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_bump_command/test_changelog_cli_flag_merge_prerelease_beta_.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
tests/commands/test_bump_command/test_changelog_cli_flag_merge_prerelease_rc_.mdhttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-cc864623525bd59ac9ffe6fb0f7d675b99625bbc9361553f19873bcae8d66fa8
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_bump_command/test_changelog_cli_flag_merge_prerelease_rc_.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
...test_common_command/test_command_shows_description_when_use_help_option_py_3_10_bump_.txthttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-b2468d5eb81ae875e893d162472bdb00a791e2a4ca8ddc5e081c83c3444fed47
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_10_bump_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-b2468d5eb81ae875e893d162472bdb00a791e2a4ca8ddc5e081c83c3444fed47
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-b2468d5eb81ae875e893d162472bdb00a791e2a4ca8ddc5e081c83c3444fed47
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-b2468d5eb81ae875e893d162472bdb00a791e2a4ca8ddc5e081c83c3444fed47
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-b2468d5eb81ae875e893d162472bdb00a791e2a4ca8ddc5e081c83c3444fed47
...test_common_command/test_command_shows_description_when_use_help_option_py_3_11_bump_.txthttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-e7d9b776b00421b3a906b54fafbd16ff23f9143a178b5553c5aaf08106c39e18
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_11_bump_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-e7d9b776b00421b3a906b54fafbd16ff23f9143a178b5553c5aaf08106c39e18
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-e7d9b776b00421b3a906b54fafbd16ff23f9143a178b5553c5aaf08106c39e18
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-e7d9b776b00421b3a906b54fafbd16ff23f9143a178b5553c5aaf08106c39e18
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-e7d9b776b00421b3a906b54fafbd16ff23f9143a178b5553c5aaf08106c39e18
...test_common_command/test_command_shows_description_when_use_help_option_py_3_12_bump_.txthttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-76473cffabc36de064ed8c86f6358b74ef9db6b421ba962b0b1086d92d7fef97
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_12_bump_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-76473cffabc36de064ed8c86f6358b74ef9db6b421ba962b0b1086d92d7fef97
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-76473cffabc36de064ed8c86f6358b74ef9db6b421ba962b0b1086d92d7fef97
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-76473cffabc36de064ed8c86f6358b74ef9db6b421ba962b0b1086d92d7fef97
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-76473cffabc36de064ed8c86f6358b74ef9db6b421ba962b0b1086d92d7fef97
...test_common_command/test_command_shows_description_when_use_help_option_py_3_13_bump_.txthttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-707f232384f3601696c46f782a53ffb32a36471ca170fa57c1a02d4a3170e18c
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_13_bump_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-707f232384f3601696c46f782a53ffb32a36471ca170fa57c1a02d4a3170e18c
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-707f232384f3601696c46f782a53ffb32a36471ca170fa57c1a02d4a3170e18c
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-707f232384f3601696c46f782a53ffb32a36471ca170fa57c1a02d4a3170e18c
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-707f232384f3601696c46f782a53ffb32a36471ca170fa57c1a02d4a3170e18c
...test_common_command/test_command_shows_description_when_use_help_option_py_3_14_bump_.txthttps://github.com/commitizen-tools/commitizen/pull/1968/files#diff-072c8a9396a7ede1a91fae964b32aa1c2a0b05d7d0b7a26c7cd5f803d6dc9938
View file https://github.com/bearomorphism/commitizen/blob/e87930ccabd5633d793fbcfc1bd6d6b9b045c19a/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_14_bump_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1968/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-072c8a9396a7ede1a91fae964b32aa1c2a0b05d7d0b7a26c7cd5f803d6dc9938
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-072c8a9396a7ede1a91fae964b32aa1c2a0b05d7d0b7a26c7cd5f803d6dc9938
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-072c8a9396a7ede1a91fae964b32aa1c2a0b05d7d0b7a26c7cd5f803d6dc9938
https://github.com/commitizen-tools/commitizen/pull/1968/files#diff-072c8a9396a7ede1a91fae964b32aa1c2a0b05d7d0b7a26c7cd5f803d6dc9938
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1968/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.