Skip to content

fix: bump command called changelog command with allow_no_commit=True,…#1868

Open
bearomorphism wants to merge 1 commit intomasterfrom
fix-1866
Open

fix: bump command called changelog command with allow_no_commit=True,…#1868
bearomorphism wants to merge 1 commit intomasterfrom
fix-1866

Conversation

@bearomorphism
Copy link
Collaborator

@bearomorphism bearomorphism commented Feb 12, 2026

… but changelog command raised NoCommitsFoundError

Fixes #1866

Description

Checklist

Was generative AI tooling used to co-author this PR?

  • Yes (please specify the tool below)

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
    • Document any manual testing steps performed
  • Update the documentation for the changes

Documentation Changes

  • Run uv run poe doc locally to ensure the documentation pages renders correctly
  • Check and fix any broken links (internal or external)

Expected Behavior

Steps to Test This Pull Request

Additional Context

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.99%. Comparing base (dd972c9) to head (0598e36).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1868   +/-   ##
=======================================
  Coverage   97.98%   97.99%           
=======================================
  Files          60       60           
  Lines        2686     2688    +2     
=======================================
+ Hits         2632     2634    +2     
  Misses         54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

… but changelog command raised NoCommitsFoundError
@bearomorphism bearomorphism marked this pull request as ready for review February 13, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using --allow-no-commit on bump doesn't work (when updating CHANGELOG)

2 participants