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

Fix incorrect versions reported in commit and tag messages #42

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

coordt
Copy link
Member

@coordt coordt commented Aug 7, 2023

This resets the rendering context with the appropriate current and next versions and Fixes #14.

@coordt coordt linked an issue Aug 7, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Merging #42 (130bbe0) into master (6f4d319) will increase coverage by 0.29%.
Report is 2 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   93.31%   93.61%   +0.29%     
==========================================
  Files          15       15              
  Lines        1047     1049       +2     
  Branches      234      234              
==========================================
+ Hits          977      982       +5     
+ Misses         44       42       -2     
+ Partials       26       25       -1     
Flag Coverage Δ
python-3.10 93.61% <100.00%> (+0.29%) ⬆️
python-3.11 93.61% <100.00%> (+0.29%) ⬆️
python-3.8 93.61% <100.00%> (+0.29%) ⬆️
python-3.9 93.61% <100.00%> (+0.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
bumpversion/__init__.py 100.00% <100.00%> (ø)
bumpversion/bump.py 100.00% <100.00%> (ø)
bumpversion/utils.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@coordt coordt merged commit 2319c0c into master Aug 7, 2023
@coordt coordt deleted the 14-commit-and-tag-messages-fix branch August 7, 2023 14:12
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.

Commit and tag messages use wrong serialization
1 participant