Skip to content
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

Add bump-my-version #1248

Merged
merged 5 commits into from
Dec 5, 2024
Merged

Add bump-my-version #1248

merged 5 commits into from
Dec 5, 2024

Conversation

fepegar
Copy link
Member

@fepegar fepegar commented Dec 5, 2024

This pull request includes several changes to the version bumping configuration and related files. The most important changes involve replacing bump2version with bump-my-version and updating the configuration accordingly.

Changes to version bumping configuration:

  • .bumpversion.cfg: Removed the old bumpversion configuration file.
  • pyproject.toml: Replaced bump2version with bump-my-version in the maintain section and added the new bumpversion configuration under [tool.bumpversion].

New bump commands:

  • justfile: Added new commands bump and bump-dry for version bumping using bump-my-version.

@fepegar fepegar merged commit 3e6fd18 into main Dec 5, 2024
22 of 23 checks passed
@fepegar fepegar deleted the add-bump-my-version branch December 5, 2024 21:28
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.48%. Comparing base (9647c42) to head (55bc848).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1248      +/-   ##
==========================================
- Coverage   87.13%   84.48%   -2.66%     
==========================================
  Files          92       92              
  Lines        5962     5962              
==========================================
- Hits         5195     5037     -158     
- Misses        767      925     +158     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant